예제 #1
0
파일: bundle.php 프로젝트: ddliu/tinyark
 public function init()
 {
     parent::init();
     $this->app->getContainer()->register('view', array($this, 'getTwigView'));
 }