Changeset View
Changeset View
Standalone View
Standalone View
src/applications/conpherence/query/ConpherenceThreadSearchEngine.php
| <?php | <?php | ||||
| final class ConpherenceThreadSearchEngine | final class ConpherenceThreadSearchEngine | ||||
| extends PhabricatorApplicationSearchEngine { | extends PhabricatorApplicationSearchEngine { | ||||
| public function getResultTypeDescription() { | public function getResultTypeDescription() { | ||||
| return pht('Rooms'); | return pht('Conpherence Rooms'); | ||||
| } | } | ||||
| public function getApplicationClassName() { | public function getApplicationClassName() { | ||||
| return 'PhabricatorConpherenceApplication'; | return 'PhabricatorConpherenceApplication'; | ||||
| } | } | ||||
| public function newQuery() { | public function newQuery() { | ||||
| return id(new ConpherenceThreadQuery()) | return id(new ConpherenceThreadQuery()) | ||||
| ▲ Show 20 Lines • Show All 439 Lines • Show Last 20 Lines | |||||