Esempio n. 1
0
 /**
  * Renders the current template.
  *
  * @return  string
  */
 public function render()
 {
     return $this->template->fetch();
 }