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