Наследование: extends AbstractEngine, implements FOF30\View\Engine\EngineInterface
Пример #1
0
 public function __construct(View $view)
 {
     parent::__construct($view);
     // Assign the Blade compiler to this engine
     $this->compiler = $view->getContainer()->blade;
 }