Exemplo n.º 1
0
 public function before()
 {
     parent::before();
 }
Exemplo n.º 2
0
 public function after()
 {
     parent::after();
 }
Exemplo n.º 3
0
 public function after()
 {
     $this->template->scripts = array(array('src' => '/static/js/users.js'));
     parent::after();
 }