Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F94125987
PhabricatorBadgesEditConduitAPIMethod.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, Dec 4, 03:00
Size
396 B
Mime Type
text/x-php
Expires
Fri, Dec 6, 03:00 (1 d, 11 h)
Engine
blob
Format
Raw Data
Handle
22740933
Attached To
rPH Phabricator
PhabricatorBadgesEditConduitAPIMethod.php
View Options
<?php
final
class
PhabricatorBadgesEditConduitAPIMethod
extends
PhabricatorEditEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'badges.edit'
;
}
public
function
newEditEngine
()
{
return
new
PhabricatorBadgesEditEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Apply transactions to create a new badge or edit an existing one.'
);
}
}
Event Timeline
Log In to Comment