Beispiel #1
0
 /**
  * Returns true if the path uses a symbol.
  *
  * @param string $path
  * @return boolean 
  * @static 
  */
 public static function isPathSymbol($path)
 {
     return \October\Rain\Filesystem\Filesystem::isPathSymbol($path);
 }