Beispiel #1
0
 /**
  * Determine if the given path is a file.
  *
  * @param string $file
  * @return bool 
  * @static 
  */
 public static function isFile($file)
 {
     //Method inherited from \Illuminate\Filesystem\Filesystem
     return \October\Rain\Filesystem\Filesystem::isFile($file);
 }