コード例 #1
0
 /**
  * Runs the proccess of handing the action method result
  *
  * @param IActionResult $actionResult
  *
  * @return void
  */
 protected function processResult(IActionResult $actionResult)
 {
     $actionResult->handleResult(new ViewContext($this->getModel(), $this->trace));
 }
コード例 #2
0
 /**
  * Runs the proccess of handing the action method result
  *
  * @param IActionResult $actionResult
  *
  * @return void
  */
 protected function processResult(IActionResult $actionResult)
 {
     $actionResult->handleResult($this->request->getResponse());
 }