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
$constantPrefix
private
mixed
$constantPrefix
$nsPrefix
private
mixed
$nsPrefix
$overridesInc
private
mixed
$overridesInc
Methods
__construct()
C'tor.
public
__construct(string $constantPrefix) : mixed
Parameters
- $constantPrefix : string
Tags
autoload()
Autoloader for lite classes.
public
autoload(string $className) : mixed
Parameters
- $className : string
getConstantPrefix()
Get constant prefix.
public
getConstantPrefix() : mixed
Tags
getNsPrefix()
Getter.
public
getNsPrefix() : mixed
Tags
getOverridesInc()
Getter.
public
getOverridesInc() : mixed
Tags
prepare()
Register the autoloader and define needed constants.
protected
prepare() : mixed