Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F117710463
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
Sun, Jun 15, 09:24
Size
683 B
Mime Type
text/x-php
Expires
Tue, Jun 17, 09:24 (2 d)
Engine
blob
Format
Raw Data
Handle
26789597
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