Public Member Functions | |
| uses () | |
Static Public Member Functions | |
| static | module ($moduleLabel=null) |
Protected Member Functions | |
| __construct ($moduleLabel) | |
Protected Attributes | |
| $moduleLabel | |
Static Private Attributes | |
| static | $cache = array() |
Module library loader
Definition at line 171 of file core.lib.php.
| __construct | ( | $ | moduleLabel | ) | [protected] |
Definition at line 175 of file core.lib.php.
| static module | ( | $ | moduleLabel = null |
) | [static] |
Get the loader for a given module
| string | $moduleLabel |
Definition at line 259 of file core.lib.php.
| uses | ( | ) |
Load a list of libraries from a given module Usage : From::module(ModuleLable)->uses( list of libraries ); list of libraries
Definition at line 186 of file core.lib.php.
$cache = array() [static, private] |
Definition at line 252 of file core.lib.php.
$moduleLabel [protected] |
Definition at line 173 of file core.lib.php.
1.6.3