Page MenuHomestyx hydra

HeraldRuleListController.php
No OneTemporary

HeraldRuleListController.php

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

File Metadata

Mime Type
text/x-php
Expires
Fri, Oct 31, 1:22 PM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
311722
Default Alt Text
HeraldRuleListController.php (610 B)

Event Timeline