Page MenuHomestyx hydra

PhabricatorCountdownListController.php
No OneTemporary

PhabricatorCountdownListController.php

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

File Metadata

Mime Type
text/x-php
Expires
Tue, Apr 28, 5:55 PM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1124281
Default Alt Text
PhabricatorCountdownListController.php (602 B)

Event Timeline