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