Changeset View
Changeset View
Standalone View
Standalone View
src/applications/almanac/editor/AlmanacBindingEditor.php
| Show All 9 Lines | final class AlmanacBindingEditor | ||||
| public function getCreateObjectTitle($author, $object) { | public function getCreateObjectTitle($author, $object) { | ||||
| return pht('%s created this binding.', $author); | return pht('%s created this binding.', $author); | ||||
| } | } | ||||
| public function getCreateObjectTitleForFeed($author, $object) { | public function getCreateObjectTitleForFeed($author, $object) { | ||||
| return pht('%s created %s.', $author, $object); | return pht('%s created %s.', $author, $object); | ||||
| } | } | ||||
| protected function supportsSearch() { | |||||
| return true; | |||||
| } | |||||
| } | } | ||||