Documentation

AutoloaderInterface

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
Tags
psalm-param

class-string $className

Return values
bool

        
On this page

Search results