Page MenuHomec4science

PhabricatorBadgesEditConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Mon, Jul 15, 18:05

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