Changeset View
Changeset View
Standalone View
Standalone View
src/applications/almanac/editor/AlmanacNamespaceEditor.php
| <?php | <?php | ||||
| final class AlmanacNamespaceEditor | final class AlmanacNamespaceEditor | ||||
| extends PhabricatorApplicationTransactionEditor { | extends AlmanacEditor { | ||||
| public function getEditorApplicationClass() { | |||||
| return 'PhabricatorAlmanacApplication'; | |||||
| } | |||||
| public function getEditorObjectsDescription() { | public function getEditorObjectsDescription() { | ||||
| return pht('Almanac Namespace'); | return pht('Almanac Namespace'); | ||||
| } | } | ||||
| public function getCreateObjectTitle($author, $object) { | public function getCreateObjectTitle($author, $object) { | ||||
| return pht('%s created this namespace.', $author); | return pht('%s created this namespace.', $author); | ||||
| } | } | ||||
| Show All 37 Lines | |||||