Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98081248
ReleephSchemaSpec.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
Thu, Jan 9, 14:29
Size
438 B
Mime Type
text/x-php
Expires
Sat, Jan 11, 14:29 (1 d, 14 h)
Engine
blob
Format
Raw Data
Handle
23500560
Attached To
rPH Phabricator
ReleephSchemaSpec.php
View Options
<?php
final
class
ReleephSchemaSpec
extends
PhabricatorConfigSchemaSpec
{
public
function
buildSchemata
()
{
$this
->
buildLiskSchemata
(
'ReleephDAO'
);
$this
->
buildTransactionSchema
(
new
ReleephProductTransaction
());
$this
->
buildTransactionSchema
(
new
ReleephBranchTransaction
());
$this
->
buildTransactionSchema
(
new
ReleephRequestTransaction
(),
new
ReleephRequestTransactionComment
());
}
}
Event Timeline
Log In to Comment