Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101261214
ConpherenceSchemaSpec.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
Fri, Feb 7, 06:57
Size
345 B
Mime Type
text/x-php
Expires
Sun, Feb 9, 06:57 (2 d)
Engine
blob
Format
Raw Data
Handle
24125828
Attached To
rPH Phabricator
ConpherenceSchemaSpec.php
View Options
<?php
final
class
ConpherenceSchemaSpec
extends
PhabricatorConfigSchemaSpec
{
public
function
buildSchemata
()
{
$this
->
buildLiskSchemata
(
'ConpherenceDAO'
);
$this
->
buildEdgeSchemata
(
new
ConpherenceThread
());
$this
->
buildTransactionSchema
(
new
ConpherenceTransaction
(),
new
ConpherenceTransactionComment
());
}
}
Event Timeline
Log In to Comment