Page MenuHomestyx hydra

PhrictionListController.php
No OneTemporary

PhrictionListController.php

<?php
final class PhrictionListController
extends PhrictionController {
public function shouldAllowPublic() {
return true;
}
public function handleRequest(AphrontRequest $request) {
$querykey = $request->getURIData('queryKey');
$controller = id(new PhabricatorApplicationSearchController())
->setQueryKey($querykey)
->setSearchEngine(new PhrictionSearchEngine())
->setNavigation($this->buildSideNavView());
return $this->delegateToController($controller);
}
}

File Metadata

Mime Type
text/x-php
Expires
Sat, Nov 15, 7:58 PM (3 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
338392
Default Alt Text
PhrictionListController.php (510 B)

Event Timeline