Ejemplo n.º 1
0
 /**
  * Render the View and display the result.
  *
  * @return void
  */
 public function display()
 {
     Response::sendHeaders();
     $this->render();
 }