Jelix 1.6.40

jConfigAutoloader
in package

Tags
subpackage

core

Table of Contents

$config  : object
__construct()  : mixed
loadClass()  : mixed
the method that should be called by the autoload system
getPath()  : string

Properties

Methods

__construct()

public __construct(mixed $config) : mixed
Parameters
$config : mixed
Return values
mixed

loadClass()

the method that should be called by the autoload system

public loadClass(mixed $className) : mixed
Parameters
$className : mixed
Return values
mixed

getPath()

protected getPath(mixed $className) : string
Parameters
$className : mixed
Return values
string

the full path of the file declaring the given class

Search results