コード例 #1
0
ファイル: App.php プロジェクト: rmiddle/cerb5_plugins
 function __construct($manifest)
 {
     parent::__construct($manifest);
 }
コード例 #2
0
ファイル: App.php プロジェクト: joegeck/cerb4
 function __construct($manifest)
 {
     $this->_TPL_PATH = dirname(dirname(__FILE__)) . '/templates/';
     parent::__construct($manifest);
 }