Lines Matching defs:Path
9 * Interface Path
16 * The {@link Path::toAbsoluteId()} function is just the path part (no other URI query parameters)
20 interface Path
25 * @return Path
27 public static function createFromUri(string $uri): Path;
46 * The Path class does not have a notion of "extension"
66 * @return Path
69 function getParent(): Path;
95 * @return Path the absolute representation of the path
106 function toAbsolutePath(): Path;
114 function resolve(string $name): Path;