Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F117366535
PonderSchemaSpec.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, Jun 13, 07:26
Size
454 B
Mime Type
text/x-php
Expires
Sun, Jun 15, 07:26 (2 d)
Engine
blob
Format
Raw Data
Handle
26756778
Attached To
rPH Phabricator
PonderSchemaSpec.php
View Options
<?php
final
class
PonderSchemaSpec
extends
PhabricatorConfigSchemaSpec
{
public
function
buildSchemata
()
{
$this
->
buildLiskSchemata
(
'PonderDAO'
);
$this
->
buildEdgeSchemata
(
new
PonderQuestion
());
$this
->
buildTransactionSchema
(
new
PonderQuestionTransaction
(),
new
PonderQuestionTransactionComment
());
$this
->
buildTransactionSchema
(
new
PonderAnswerTransaction
(),
new
PonderAnswerTransactionComment
());
}
}
Event Timeline
Log In to Comment