Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions
Zend_Loader_Autoloader_Interface Interface Reference
Inheritance diagram for Zend_Loader_Autoloader_Interface:
Zend_Loader_Autoloader_Resource

Public Member Functions

 autoload ($class)
 

Detailed Description

Definition at line 31 of file Interface.php.

Member Function Documentation

◆ autoload()

autoload (   $class)

Autoload a class

@abstract

Parameters
string$class
Returns
mixed False [if unable to load $class] get_class($class) [if $class is successfully loaded]

Implemented in Zend_Loader_Autoloader_Resource.


The documentation for this interface was generated from the following file: