![]() |
|
Internal component handling automatic file inclusion when instantiating new classes. More...
Static Public Member Functions | |
static | getInstance () |
static | setLocations ($locations) |
static | setExtensions ($extensions) |
static | setExceptions ($exceptions) |
Data Fields | |
$locations = array() | |
$exceptions = array() | |
$extensions = array() | |
Internal component handling automatic file inclusion when instantiating new classes.
This class is used mostly internally to configure php into automatically including helpers, libraries and exceptions when instantiated. On load time, it's usage consists in requiring controllers and modles.
|
static |
Singleton class
|
static |
Locations setter
$locations | array : the locations to look for classes |
|
static |
Extensions setter
$extensions | array : the extensions of the files the classes will be in |
|
static |
Exceptions setter
$exceptions | array : the locations of the exceptions |
$locations = array() |
array : Locations to load the classes from
$exceptions = array() |
array : Locations to load the exceptions from
$extensions = array() |
array : Extensions of the files loaded