Beispiel #1
0
 /**
  * Converts a path using path symbol. Returns the original path if
  * no symbol is used and no default is specified.
  *
  * @param string $path
  * @param mixed $default
  * @return string 
  * @static 
  */
 public static function symbolizePath($path, $default = false)
 {
     return \October\Rain\Filesystem\Filesystem::symbolizePath($path, $default);
 }