Blade::isExpired PHP Метод

isExpired() публичный статический Метод

Determine if the view at the given path is expired.
public static isExpired ( string $path ) : boolean
$path string
Результат boolean
        public static function isExpired($path)
        {
            //Method inherited from \Illuminate\View\Compilers\Compiler
            return \Illuminate\View\Compilers\BladeCompiler::isExpired($path);
        }