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