Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99305378
AlmanacServiceEditConduitAPIMethod.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
Thu, Jan 23, 07:19
Size
401 B
Mime Type
text/x-php
Expires
Sat, Jan 25, 07:19 (2 d)
Engine
blob
Format
Raw Data
Handle
23772588
Attached To
rPH Phabricator
AlmanacServiceEditConduitAPIMethod.php
View Options
<?php
final
class
AlmanacServiceEditConduitAPIMethod
extends
PhabricatorEditEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'almanac.service.edit'
;
}
public
function
newEditEngine
()
{
return
new
AlmanacServiceEditEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Apply transactions to create a new service or edit an existing one.'
);
}
}
Event Timeline
Log In to Comment