Changeset View
Changeset View
Standalone View
Standalone View
src/applications/pholio/application/PhabricatorPholioApplication.php
| Show First 20 Lines • Show All 84 Lines • ▼ Show 20 Lines | return array( | ||||
| 'object' => new PholioMock(), | 'object' => new PholioMock(), | ||||
| '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 '. | ||||
| 'mocks in Pholio.'), | 'mocks in Pholio.'), | ||||
| ), | ), | ||||
| ); | ); | ||||
| } | } | ||||
| public function getApplicationSearchDocumentTypes() { | |||||
| return array( | |||||
| PholioMockPHIDType::TYPECONST, | |||||
| ); | |||||
| } | |||||
| } | } | ||||