jConfigAutoloader

package

jelix

subpackage

core

Methods

__construct

__construct( $config) 

Arguments

$config

getPath

getPath( $className) : string

Arguments

$className

Response

string

the full path of the file declaring the given class

the method that should be called by the autoload system

loadClass( $className) 

Arguments

$className

Properties

a configuration object readed from an ini file

config : object
var

a configuration object readed from an ini file

see

Type(s)

object