Lavender\Cloud\Sina\View\Engines\SaeCompilerEngine::__construct PHP Method

__construct() public method

Create a new Blade view engine instance.
public __construct ( Illuminate\View\Compilers\CompilerInterface $compiler ) : void
$compiler Illuminate\View\Compilers\CompilerInterface
return void
    public function __construct(CompilerInterface $compiler)
    {
        $this->compiler = $compiler;
    }