Lavender\Cloud\Sina\View\Engines\SaeCompilerEngine::getCompiler PHP Метод

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

Get the compiler implementation.
public getCompiler ( ) : Illuminate\View\Compilers\CompilerInterface
Результат Illuminate\View\Compilers\CompilerInterface
    public function getCompiler()
    {
        return $this->compiler;
    }