Lavender\Cloud\Sina\View\Engines\SaeCompilerEngine::__construct PHP 메소드

__construct() 공개 메소드

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