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