Page MenuHomePhorge

HeraldRuleListController.php
No OneTemporary

Size
566 B
Referenced Files
None
Subscribers
None

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() {
$controller = id(new PhabricatorApplicationSearchController())
->setQueryKey($this->queryKey)
->setSearchEngine(new HeraldRuleSearchEngine())
->setNavigation($this->buildSideNavView());
return $this->delegateToController($controller);
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Sep 16, 4:54 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
371114
Default Alt Text
HeraldRuleListController.php (566 B)

Event Timeline