Exemplo n.º 1
0
 function handleResult(WebResponse $response)
 {
     $response->write($this->content)->finish();
 }
Exemplo n.º 2
0
 function handleResult(WebResponse $response)
 {
     $result = $this->view->render();
     $response->write($result)->finish();
 }