Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2354610
PhabricatorDashboardSchemaSpec.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
418 B
Referenced Files
None
Subscribers
None
PhabricatorDashboardSchemaSpec.php
View Options
<?php
final
class
PhabricatorDashboardSchemaSpec
extends
PhabricatorConfigSchemaSpec
{
public
function
buildSchemata
()
{
$this
->
buildLiskSchemata
(
'PhabricatorDashboardDAO'
);
$this
->
buildEdgeSchemata
(
new
PhabricatorDashboard
());
$this
->
buildTransactionSchema
(
new
PhabricatorDashboardTransaction
());
$this
->
buildTransactionSchema
(
new
PhabricatorDashboardPanelTransaction
());
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Sep 16, 1:26 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
445166
Default Alt Text
PhabricatorDashboardSchemaSpec.php (418 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment