Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92201099
PhabricatorDashboardPanelEditConduitAPIMethod.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
Mon, Nov 18, 06:24
Size
441 B
Mime Type
text/x-php
Expires
Wed, Nov 20, 06:24 (2 d)
Engine
blob
Format
Raw Data
Handle
22389909
Attached To
rPH Phabricator
PhabricatorDashboardPanelEditConduitAPIMethod.php
View Options
<?php
final
class
PhabricatorDashboardPanelEditConduitAPIMethod
extends
PhabricatorEditEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'dashboard.panel.edit'
;
}
public
function
newEditEngine
()
{
return
new
PhabricatorDashboardPanelEditEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Apply transactions to create a new dashboard panel or edit an '
.
'existing one.'
);
}
}
Event Timeline
Log In to Comment