$_callbacks
$_callbacks : array
List of callback methods.
Default autoloader definition that uses the include path with default class path mappers.
Manages an application's class name to file name mapping conventions. One or more class-to-filename mappers are defined, and are searched in LIFO order.
addClassPathMapper(\Horde_Autoloader_ClassPathMapper $mapper) : \Horde_Autoloader
Adds a class path mapper to the beginning of the queue.
\Horde_Autoloader_ClassPathMapper | $mapper | A mapper object. |
This instance.