Page MenuHomePhorge

DrydockLeaseListController.php
No OneTemporary

Size
575 B
Referenced Files
None
Subscribers
None

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
Tue, Sep 16, 5:17 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
388716
Default Alt Text
DrydockLeaseListController.php (575 B)

Event Timeline