Beispiel #1
0
 /**
  * Returns true if the specified path is an absolute/local path
  * to the application.
  *
  * @param string $path
  * @return boolean 
  * @static 
  */
 public static function isLocalPath($path)
 {
     return \October\Rain\Filesystem\Filesystem::isLocalPath($path);
 }