Documentation

Autoloader
in package
implements AutoloaderInterface

Table of Contents

Interfaces

AutoloaderInterface
Basic autoloader utilities required to work with proxy files

Properties

$classNameInflector  : mixed
$fileLocator  : mixed

Methods

__construct()  : mixed
__invoke()  : bool
Callback to allow the object to be handled as autoloader - tries to autoload the given class name

Properties

$classNameInflector

protected mixed $classNameInflector

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
Return values
bool

        
On this page

Search results