\DevOwl\FreemiumAutoloader

Plugin autoloader for lite version.

Summary

Methods
Properties
Constants
__construct()
autoload()
getConstantPrefix()
getOverridesInc()
getNsPrefix()
No public properties found
No constants found
prepare()
No protected properties found
N/A
No private methods found
$constantPrefix
$overridesInc
$nsPrefix
N/A

Properties

$constantPrefix

$constantPrefix :

Type

$overridesInc

$overridesInc :

Type

$nsPrefix

$nsPrefix :

Type

Methods

__construct()

__construct(string  $constantPrefix)

C'tor.

Parameters

string $constantPrefix

autoload()

autoload(string  $className)

Autoloader for lite classes.

Parameters

string $className

getConstantPrefix()

getConstantPrefix()

Get constant prefix.

getOverridesInc()

getOverridesInc()

Getter.

getNsPrefix()

getNsPrefix()

Getter.

prepare()

prepare()

Register the autoloader and define needed constants.