Zend_Loader
Table of Contents
- Dynamisches Laden von Dateien und Klassen
- Der Autoloader
- Ressource Autoloader
- Plugins laden
- The SplAutoloader Interface
- __construct — Initialize and configure an autoloader
- setOptions — Configure the autoloader state
- autoload — Attempt to resolve a class name to the file defining it
- register — Register the autoloader with the SPL autoloader
- The AutoloaderFactory
- factory — Instantiate and register autoloaders
- getRegisteredAutoloaders — Retrieve a list of all autoloaders registered using the factory
- The StandardAutoloader
- __construct — Initialize a new instance of the object
- setOptions — Set object state based on provided options.
- setFallbackAutoloader — Enable/disable fallback autoloader status
- isFallbackAutoloader — Query fallback autoloader status
- registerNamespace — Register a namespace with the autoloader
- registerNamespaces — Register multiple namespaces with the autoloader
- registerPrefix — Register a vendor prefix with the autoloader.
- registerPrefixes — Register many vendor prefixes with the autoloader
- autoload — Attempt to load a class.
- register — Register with spl_autoload.
- The ClassMapAutoloader
- __construct — Initialize and configure the object
- setOptions — Configure the autoloader
- registerAutoloadMap — Register a class map
- registerAutoloadMaps — Register multiple class maps at once
- getAutoloadMap — Retrieve the current class map
- autoload — Attempt to load a class.
- register — Register with spl_autoload.
- The Class Map Generator utility: bin/classmap_generator.php