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