Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F108012354
DrydockBlueprintEditConduitAPIMethod.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, Apr 13, 04:09
Size
389 B
Mime Type
text/x-php
Expires
Tue, Apr 15, 04:09 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25512759
Attached To
rPH Phabricator
DrydockBlueprintEditConduitAPIMethod.php
View Options
<?php
final
class
DrydockBlueprintEditConduitAPIMethod
extends
PhabricatorEditEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'drydock.blueprint.edit'
;
}
public
function
newEditEngine
()
{
return
new
DrydockBlueprintEditEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Apply transactions to create or edit a blueprint.'
);
}
}
Event Timeline
Log In to Comment