FOF30\View\Engine\BladeEngine::__construct PHP Метод

__construct() публичный Метод

public __construct ( View $view )
$view FOF30\View\View
    public function __construct(View $view)
    {
        parent::__construct($view);
        // Assign the Blade compiler to this engine
        $this->compiler = $view->getContainer()->blade;
    }
BladeEngine