Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F434707
PonderSchemaSpec.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
454 B
Referenced Files
None
Subscribers
None
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
());
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 3, 6:03 PM (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
61269
Default Alt Text
PonderSchemaSpec.php (454 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment