Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100535165
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
Fri, Jan 31, 13:07
Size
401 B
Mime Type
text/x-php
Expires
Sun, Feb 2, 13:07 (2 d)
Engine
blob
Format
Raw Data
Handle
23984852
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