Page MenuHomestyx hydra

ManiphestTaskListController.php
No OneTemporary

ManiphestTaskListController.php

<?php
final class ManiphestTaskListController
extends ManiphestController {
private $queryKey;
public function shouldAllowPublic() {
return true;
}
public function willProcessRequest(array $data) {
$this->queryKey = idx($data, 'queryKey');
}
public function processRequest() {
$controller = id(new PhabricatorApplicationSearchController())
->setQueryKey($this->queryKey)
->setSearchEngine(
id(new ManiphestTaskSearchEngine())
->setShowBatchControls(true))
->setNavigation($this->buildSideNavView());
return $this->delegateToController($controller);
}
}

File Metadata

Mime Type
text/x-php
Expires
Sat, Nov 15, 2:48 PM (18 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
338018
Default Alt Text
ManiphestTaskListController.php (628 B)

Event Timeline