Page MenuHomePhorge

DivinerAtomListController.php
No OneTemporary

Size
591 B
Referenced Files
None
Subscribers
None

DivinerAtomListController.php

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

File Metadata

Mime Type
text/x-php
Expires
Sat, May 3, 3:36 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
62109
Default Alt Text
DivinerAtomListController.php (591 B)

Event Timeline