Blade::getCompiledPath PHP Méthode

getCompiledPath() public static méthode

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