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