__construct() __construct(string $path) : mixed Initializes the path. Parameters string $path Returns mixed —
equals() equals(self $otherPath) : bool Verifies if another Path object has the same identity as this one. Parameters self $otherPath Returns bool —
isAbsolutePath() isAbsolutePath(string $file) : bool Returns whether the file path is an absolute path. Parameters string $file A file path Returns bool —
dirname() dirname(\phpDocumentor\Path $input) : self Parameters \phpDocumentor\Path $input Returns self —