Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96196003
PhabricatorPasteSchemaSpec.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
Mon, Dec 23, 16:20
Size
364 B
Mime Type
text/x-php
Expires
Wed, Dec 25, 16:20 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23142531
Attached To
rPH Phabricator
PhabricatorPasteSchemaSpec.php
View Options
<?php
final
class
PhabricatorPasteSchemaSpec
extends
PhabricatorConfigSchemaSpec
{
public
function
buildSchemata
()
{
$this
->
buildLiskSchemata
(
'PhabricatorPasteDAO'
);
$this
->
buildTransactionSchema
(
new
PhabricatorPasteTransaction
(),
new
PhabricatorPasteTransactionComment
());
$this
->
buildEdgeSchemata
(
new
PhabricatorPaste
());
}
}
Event Timeline
Log In to Comment