Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101823787
HarbormasterBuildPlanEditAPIMethod.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, Feb 14, 02:23
Size
428 B
Mime Type
text/x-php
Expires
Sun, Feb 16, 02:23 (2 d)
Engine
blob
Format
Raw Data
Handle
24237995
Attached To
rPH Phabricator
HarbormasterBuildPlanEditAPIMethod.php
View Options
<?php
final
class
HarbormasterBuildPlanEditAPIMethod
extends
PhabricatorEditEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'harbormaster.buildplan.edit'
;
}
public
function
newEditEngine
()
{
return
new
HarbormasterBuildPlanEditEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Apply transactions to create a new build plan or edit an existing '
.
'one.'
);
}
}
Event Timeline
Log In to Comment