Documentation

Autoloader
in package

Plugin autoloader for lite version.

Table of Contents

Properties

$constantPrefix  : mixed
$nsPrefix  : mixed
$overridesInc  : mixed

Methods

__construct()  : mixed
C'tor.
autoload()  : mixed
Autoloader for lite classes.
getConstantPrefix()  : mixed
Get constant prefix.
getNsPrefix()  : mixed
Getter.
getOverridesInc()  : mixed
Getter.
prepare()  : mixed
Register the autoloader and define needed constants.

Properties

Methods

__construct()

C'tor.

public __construct(string $constantPrefix) : mixed
Parameters
$constantPrefix : string
Tags
codeCoverageIgnore

autoload()

Autoloader for lite classes.

public autoload(string $className) : mixed
Parameters
$className : string

getConstantPrefix()

Get constant prefix.

public getConstantPrefix() : mixed
Tags
codeCoverageIgnore

getNsPrefix()

Getter.

public getNsPrefix() : mixed
Tags
codeCoverageIgnore

getOverridesInc()

Getter.

public getOverridesInc() : mixed
Tags
codeCoverageIgnore

prepare()

Register the autoloader and define needed constants.

protected prepare() : mixed

        
On this page

Search results