Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Zend_Loader Namespace Reference

Detailed Description

@subpackage Exception

@subpackage Autoloader

Version
$Id$ @license http://framework.zend.com/license/new-bsd New BSD License

Autoloader interface

@subpackage Autoloader

Zend_Loader_Autoloader_Interface Resource loader

@uses Zend_Loader_Autoloader_Interface

@subpackage Autoloader

Zend_Loader Autoloader stack and namespace autoloader

@uses Zend_Loader_Autoloader

@subpackage Autoloader

Class-map autoloader

Utilizes class-map files to lookup classfile locations.

Version
$Id$

@uses Zend_Exception

@subpackage PluginLoader

Version
$Id$

@subpackage PluginLoader

Defines an interface for classes that may register with the spl_autoload registry

PSR-0 compliant autoloader

Allows autoloading both namespaced and vendor-prefixed classes. Class lookups are performed on the filesystem. If a class file for the referenced class is not found, a PHP warning will be raised by include().