Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1062397
PhabricatorFileSchemaSpec.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
485 B
Referenced Files
None
Subscribers
None
PhabricatorFileSchemaSpec.php
View Options
<?php
final
class
PhabricatorFileSchemaSpec
extends
PhabricatorConfigSchemaSpec
{
public
function
buildSchemata
()
{
$this
->
buildLiskSchemata
(
'PhabricatorFileDAO'
);
$this
->
buildEdgeSchemata
(
new
PhabricatorFile
());
$this
->
buildTransactionSchema
(
new
PhabricatorFileTransaction
(),
new
PhabricatorFileTransactionComment
());
$this
->
buildTransactionSchema
(
new
PhabricatorMacroTransaction
(),
new
PhabricatorMacroTransactionComment
());
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jun 29, 9:53 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
258931
Default Alt Text
PhabricatorFileSchemaSpec.php (485 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment