Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F117946497
PhortuneSchemaSpec.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
Mon, Jun 16, 17:41
Size
373 B
Mime Type
text/x-php
Expires
Wed, Jun 18, 17:41 (2 d)
Engine
blob
Format
Raw Data
Handle
26824217
Attached To
rPH Phabricator
PhortuneSchemaSpec.php
View Options
<?php
final
class
PhortuneSchemaSpec
extends
PhabricatorConfigSchemaSpec
{
public
function
buildSchemata
()
{
$this
->
buildLiskSchemata
(
'PhortuneDAO'
);
$this
->
buildEdgeSchemata
(
new
PhortuneAccount
());
$this
->
buildTransactionSchema
(
new
PhortuneAccountTransaction
());
$this
->
buildTransactionSchema
(
new
PhortuneProductTransaction
());
}
}
Event Timeline
Log In to Comment