Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F115940010
NuanceSchemaSpec.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
Wed, Jun 4, 00:10
Size
683 B
Mime Type
text/x-php
Expires
Fri, Jun 6, 00:10 (2 d)
Engine
blob
Format
Raw Data
Handle
26530572
Attached To
rPH Phabricator
NuanceSchemaSpec.php
View Options
<?php
final
class
NuanceSchemaSpec
extends
PhabricatorConfigSchemaSpec
{
public
function
buildSchemata
()
{
$this
->
buildLiskSchemata
(
'NuanceDAO'
);
$this
->
buildEdgeSchemata
(
new
NuanceItem
());
$this
->
buildTransactionSchema
(
new
NuanceItemTransaction
(),
new
NuanceItemTransactionComment
());
$this
->
buildTransactionSchema
(
new
NuanceQueueTransaction
(),
new
NuanceQueueTransactionComment
());
$this
->
buildTransactionSchema
(
new
NuanceRequestorTransaction
(),
new
NuanceRequestorTransactionComment
());
$this
->
buildTransactionSchema
(
new
NuanceSourceTransaction
(),
new
NuanceSourceTransactionComment
());
}
}
Event Timeline
Log In to Comment