Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F117344408
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
Fri, Jun 13, 04:43
Size
683 B
Mime Type
text/x-php
Expires
Sun, Jun 15, 04:43 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26753416
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