Page MenuHomec4science

PhabricatorBadgesEditConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Wed, Dec 4, 03:00

PhabricatorBadgesEditConduitAPIMethod.php

<?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