Example #1
0
 /**
  * Invoke the view through the controller
  * @param boolean $i Whether the current template is internal
  * e.g. an exception has occurred.
  *
  * @return void
  */
 private function display($i = false)
 {
     $this->controller->initDisplay($i);
 }