Changeset View
Changeset View
Standalone View
Standalone View
src/applications/maniphest/query/ManiphestTaskSearchEngine.php
| Show All 25 Lines | final class ManiphestTaskSearchEngine | ||||
| } | } | ||||
| public function setShowBatchControls($show_batch_controls) { | public function setShowBatchControls($show_batch_controls) { | ||||
| $this->showBatchControls = $show_batch_controls; | $this->showBatchControls = $show_batch_controls; | ||||
| return $this; | return $this; | ||||
| } | } | ||||
| public function getResultTypeDescription() { | public function getResultTypeDescription() { | ||||
| return pht('Tasks'); | return pht('Maniphest Tasks'); | ||||
| } | } | ||||
| public function getApplicationClassName() { | public function getApplicationClassName() { | ||||
| return 'PhabricatorManiphestApplication'; | return 'PhabricatorManiphestApplication'; | ||||
| } | } | ||||
| public function newQuery() { | public function newQuery() { | ||||
| return id(new ManiphestTaskQuery()) | return id(new ManiphestTaskQuery()) | ||||
| ▲ Show 20 Lines • Show All 385 Lines • Show Last 20 Lines | |||||