eloquent/pathogen API

Interfaces

Eloquent\Pathogen\AbsolutePathInterface The interface implemented by absolute paths.
Eloquent\Pathogen\Exception\InvalidPathAtomExceptionInterface Interface for exceptions that handle invalid path atom cases.
Eloquent\Pathogen\Exception\InvalidPathExceptionInterface Interface for exceptions that handle invalid path cases.
Eloquent\Pathogen\Factory\PathFactoryInterface The interface implemented by path factories.
Eloquent\Pathogen\FileSystem\AbsoluteFileSystemPathInterface The interface implemented by absolute file system paths.
Eloquent\Pathogen\FileSystem\Factory\FileSystemPathFactoryInterface The interface implemented by path factories that deal with file system paths.
Eloquent\Pathogen\FileSystem\FileSystemPathInterface The interface implemented by all file system paths.
Eloquent\Pathogen\FileSystem\RelativeFileSystemPathInterface The interface implemented by relative file system paths.
Eloquent\Pathogen\Normalizer\PathNormalizerInterface The interface implemented by path normalizers.
Eloquent\Pathogen\PathInterface The interface implemented by all Pathogen paths.
Eloquent\Pathogen\RelativePathInterface The interface implemented by relative paths.
Eloquent\Pathogen\Resolver\BasePathResolverInterface The interface implemented by path resolvers that resolve against a base path.
Eloquent\Pathogen\Resolver\PathResolverInterface The interface implemented by path resolvers that do not require a base path.
Eloquent\Pathogen\Unix\AbsoluteUnixPathInterface The interface implemented by absolute Unix paths.
Eloquent\Pathogen\Unix\RelativeUnixPathInterface The interface implemented by relative Unix paths.
Eloquent\Pathogen\Unix\UnixPathInterface The interface implemented by all Unix paths.
Eloquent\Pathogen\Windows\AbsoluteWindowsPathInterface The interface implemented by absolute Windows paths.
Eloquent\Pathogen\Windows\Factory\WindowsPathFactoryInterface The interface implemented by path factories that create Windows paths.
Eloquent\Pathogen\Windows\RelativeWindowsPathInterface The interface implemented by relative Windows paths.
Eloquent\Pathogen\Windows\WindowsPathInterface The interface implemented by all Windows paths.