Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1125036
NuanceSchemaSpec.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
683 B
Referenced Files
None
Subscribers
None
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
());
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Jul 1, 3:39 AM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
282168
Default Alt Text
NuanceSchemaSpec.php (683 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment