\

Interfaces

Horde_Autoloader_ClassPathMapper Interface for autoloader class path mappers.

Classes

Horde_Autoloader Horde autoloader implementation.
Horde_Autoloader_ClassPathMapper_Application Provides a classmapper that implements generic pattern for different mapping types within the application directory.
Horde_Autoloader_ClassPathMapper_Default Provides classmapper that maps classes to paths following the PHP Framework Interop Group PSR-0 reference implementation.
Horde_Autoloader_ClassPathMapper_Prefix Provides a classmapper that implements generic pattern for different mapping types within the application directory.
Horde_Autoloader_ClassPathMapper_PrefixString Provides a classmapper that implements prefix matching using a simple string search within a base application directory.
Horde_Autoloader_Default Default autoloader definition that uses the include path with default class path mappers.