Page MenuHomePhorge

PhabricatorBadgesEditConduitAPIMethod.php
No OneTemporary

Size
395 B
Referenced Files
None
Subscribers
None

PhabricatorBadgesEditConduitAPIMethod.php

<?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.');
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 5, 10:20 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
74351
Default Alt Text
PhabricatorBadgesEditConduitAPIMethod.php (395 B)

Event Timeline