Changeset View
Changeset View
Standalone View
Standalone View
src/applications/ponder/application/PhabricatorPonderApplication.php
| Show First 20 Lines • Show All 73 Lines • ▼ Show 20 Lines | return array( | ||||
| 'object' => new PonderQuestion(), | 'object' => new PonderQuestion(), | ||||
| 'summary' => pht( | 'summary' => pht( | ||||
| 'This page documents the commands you can use to interact with '. | 'This page documents the commands you can use to interact with '. | ||||
| 'questions in Ponder.'), | 'questions in Ponder.'), | ||||
| ), | ), | ||||
| ); | ); | ||||
| } | } | ||||
| public function getApplicationSearchDocumentTypes() { | |||||
| return array( | |||||
| PonderQuestionPHIDType::TYPECONST, | |||||
| ); | |||||
| } | |||||
| } | } | ||||