Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F119742409
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
Sun, Jun 29, 02:13
Size
373 B
Mime Type
text/x-php
Expires
Tue, Jul 1, 02:13 (2 d)
Engine
blob
Format
Raw Data
Handle
27062045
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