mediatekformation

Autoloader
in package
implements AutoloaderInterface

Interfaces, Classes, Traits and Enums

AutoloaderInterface
Basic autoloader utilities required to work with proxy files

Table of Contents

$classNameInflector  : mixed
$fileLocator  : mixed
__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

Search results