Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90855667
PhabricatorFileSchemaSpec.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Nov 5, 09:25
Size
485 B
Mime Type
text/x-php
Expires
Thu, Nov 7, 09:25 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22147227
Attached To
rPH Phabricator
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
());
}
}
Event Timeline
Log In to Comment