Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F117028039
FundSchemaSpec.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
Tue, Jun 10, 22:56
Size
359 B
Mime Type
text/x-php
Expires
Thu, Jun 12, 22:56 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26705759
Attached To
rPH Phabricator
FundSchemaSpec.php
View Options
<?php
final
class
FundSchemaSpec
extends
PhabricatorConfigSchemaSpec
{
public
function
buildSchemata
()
{
$this
->
buildLiskSchemata
(
'FundDAO'
);
$this
->
buildEdgeSchemata
(
new
FundInitiative
());
$this
->
buildTransactionSchema
(
new
FundInitiativeTransaction
());
$this
->
buildTransactionSchema
(
new
FundBackerTransaction
());
}
}
Event Timeline
Log In to Comment