Blade::getCompiledPath PHP 메소드

getCompiledPath() 공개 정적인 메소드

Get the path to the compiled version of a view.
public static getCompiledPath ( string $path ) : string
$path string
리턴 string
        public static function getCompiledPath($path)
        {
            //Method inherited from \Illuminate\View\Compilers\Compiler
            return \Illuminate\View\Compilers\BladeCompiler::getCompiledPath($path);
        }