示例#1
0
文件: bundle.php 项目: ddliu/tinyark
 public function init()
 {
     parent::init();
     $this->app->getContainer()->register('view', array($this, 'getTwigView'));
 }