Example #1
0
 /**
  * Render and output the template
  *
  * @return void
  */
 public function render()
 {
     $this->template->assign('user', $this->user);
     parent::render();
 }