コード例 #1
0
 public final function delegateToController(AphrontController $controller)
 {
     $controller->setDelegatingController($this);
     $application = $this->getCurrentApplication();
     if ($application) {
         $controller->setCurrentApplication($application);
     }
     return $controller->processRequest();
 }
コード例 #2
0
 public final function delegateToController(AphrontController $controller)
 {
     return $controller->processRequest();
 }