Differential D12097 Diff 29554 src/applications/chatlog/application/PhabricatorChatLogApplication.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/chatlog/application/PhabricatorChatLogApplication.php
| <?php | <?php | ||||
| final class PhabricatorChatLogApplication extends PhabricatorApplication { | final class PhabricatorChatLogApplication extends PhabricatorApplication { | ||||
| public function getBaseURI() { | public function getBaseURI() { | ||||
| return '/chatlog/'; | return '/chatlog/'; | ||||
| } | } | ||||
| public function getName() { | public function getName() { | ||||
| return pht('ChatLog'); | return pht('ChatLog'); | ||||
| } | } | ||||
| public function getShortDescription() { | public function getShortDescription() { | ||||
| return pht('IRC Logs'); | return pht('(Deprecated)'); | ||||
| } | } | ||||
| public function getFontIcon() { | public function getFontIcon() { | ||||
| return 'fa-coffee'; | return 'fa-coffee'; | ||||
| } | } | ||||
| public function isPrototype() { | public function isPrototype() { | ||||
| return true; | return true; | ||||
| Show All 21 Lines | |||||