Path Utilities
Path Utilities
- public static function normalizePath($path) — Convert a path to the canonical, absolute representation used by Diffusion.
- public static function getParentPath($path) — Return the canonical parent directory for a path. Note, returns "/" when passed "/".
- public static function expandPathToRoot($path) — Generate a list of parents for a repository path. The path itself is included.
Other Methods
Other Methods
- public function __get($name)
- public function __set($name, $value)
- public function current()
- public function key()
- public function next()
- public function rewind()
- public function valid()
- private function throwOnAttemptedIteration()
- public function getPhobjectClassConstant($key, $byte_limit) — Read the value of a class constant.
- public function __construct($paths)
- public function loadPathIDs()