request = $request; } final public function getRequest() { return $this->request; } final public function delegateToController(AphrontController $controller) { return $controller->processRequest(); } final public function setCurrentApplication( PhabricatorApplication $current_application) { $this->currentApplication = $current_application; return $this; } final public function getCurrentApplication() { return $this->currentApplication; } }