Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106079073
PhrictionSchemaSpec.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
Sat, Mar 22, 04:08
Size
223 B
Mime Type
text/x-php
Expires
Mon, Mar 24, 04:08 (2 d)
Engine
blob
Format
Raw Data
Handle
25035955
Attached To
rPH Phabricator
PhrictionSchemaSpec.php
View Options
<?php
final
class
PhrictionSchemaSpec
extends
PhabricatorConfigSchemaSpec
{
public
function
buildSchemata
()
{
$this
->
buildLiskSchemata
(
'PhrictionDAO'
);
$this
->
buildEdgeSchemata
(
new
PhrictionDocument
());
}
}
Event Timeline
Log In to Comment