コード例 #1
0
ファイル: System.php プロジェクト: Nyaan/meintagebuchonline
 public function before()
 {
     parent::before();
 }
コード例 #2
0
ファイル: Locations.php プロジェクト: rhrn/apirn-kohana
 public function after()
 {
     parent::after();
 }
コード例 #3
0
ファイル: Directions.php プロジェクト: rhrn/apirn-kohana
 public function after()
 {
     $this->template->scripts = array(array('src' => '/static/js/users.js'));
     parent::after();
 }