Example #1
0
 public function init()
 {
     parent::init();
     $this->app->getContainer()->register('view', array($this, 'getTwigView'));
 }
Example #2
0
 public function __construct($app, $configs, $name, $path)
 {
     $this->name = $name;
     $this->{$path} = $path;
     parent::__construct($app, $configs);
 }