Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F124077352
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, Jul 31, 07:35
Size
438 B
Mime Type
text/x-php
Expires
Sat, Aug 2, 07:35 (2 d)
Engine
blob
Format
Raw Data
Handle
27801147
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