コード例 #1
0
ファイル: _ide_helper.php プロジェクト: satriashp/tour
 /**
  * Determine if the view at the given path is expired.
  *
  * @param string $path
  * @return bool 
  * @static 
  */
 public static function isExpired($path)
 {
     //Method inherited from \Illuminate\View\Compilers\Compiler
     return \Illuminate\View\Compilers\BladeCompiler::isExpired($path);
 }