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

getCompiler() public method

Get the compiler implementation.
public getCompiler ( ) : Illuminate\View\Compilers\CompilerInterface
return Illuminate\View\Compilers\CompilerInterface
    public function getCompiler()
    {
        return $this->compiler;
    }