Page MenuHomestyx hydra

DrydockLeaseListController.php
No OneTemporary

DrydockLeaseListController.php

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

File Metadata

Mime Type
text/x-php
Expires
Wed, Nov 26, 8:41 PM (14 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
379986
Default Alt Text
DrydockLeaseListController.php (575 B)

Event Timeline