Page MenuHomestyx hydra

PhrictionListController.php
No OneTemporary

PhrictionListController.php

<?php
final class PhrictionListController
extends PhrictionController {
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 PhrictionSearchEngine())
->setNavigation($this->buildSideNavView());
return $this->delegateToController($controller);
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Nov 26, 7:29 PM (10 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
353998
Default Alt Text
PhrictionListController.php (568 B)

Event Timeline