Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91667439
AlmanacBindingEditConduitAPIMethod.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
Wed, Nov 13, 06:48
Size
401 B
Mime Type
text/x-php
Expires
Fri, Nov 15, 06:48 (2 d)
Engine
blob
Format
Raw Data
Handle
22302445
Attached To
rPH Phabricator
AlmanacBindingEditConduitAPIMethod.php
View Options
<?php
final
class
AlmanacBindingEditConduitAPIMethod
extends
PhabricatorEditEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'almanac.binding.edit'
;
}
public
function
newEditEngine
()
{
return
new
AlmanacBindingEditEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Apply transactions to create a new binding or edit an existing one.'
);
}
}
Event Timeline
Log In to Comment