AutoloaderInterface
in
Basic autoloader utilities required to work with proxy files
Table of Contents
Methods
- __invoke() : bool
- Callback to allow the object to be handled as autoloader - tries to autoload the given class name
Methods
__invoke()
Callback to allow the object to be handled as autoloader - tries to autoload the given class name
public
__invoke(string $className) : bool
Parameters
- $className : string