Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107703849
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, Apr 9, 20:16
Size
395 B
Mime Type
text/x-php
Expires
Fri, Apr 11, 20:16 (2 d)
Engine
blob
Format
Raw Data
Handle
25460743
Attached To
rPH Phabricator
PhabricatorBadgesEditConduitAPIMethod.php
View Options
<?php
final
class
PhabricatorBadgesEditConduitAPIMethod
extends
PhabricatorEditEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'badge.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