コード例 #1
0
ファイル: bundle.php プロジェクト: ddliu/tinyark
 public function init()
 {
     parent::init();
     $this->app->getContainer()->register('view', array($this, 'getTwigView'));
 }
コード例 #2
0
ファイル: bundle.php プロジェクト: ddliu/tinyark
 public function __construct($app, $configs, $name, $path)
 {
     $this->name = $name;
     $this->{$path} = $path;
     parent::__construct($app, $configs);
 }