Static Public Member Functions | |
| static | exists ($name) |
| static | isLoaded ($name) |
| static | load ($name) |
| static | initFile ($name) |
Private Member Functions | |
| __construct () | |
Static Private Attributes | |
| static | $libFiles = array() |
To manage the library
Definition at line 10 of file lib.class.php.
| __construct | ( | ) | [private] |
No instanciation for this class
Definition at line 22 of file lib.class.php.
| static exists | ( | $ | name | ) | [static] |
Check if a library is accessible ie: if lib/$name/init.php exists
| string | $name The library name |
Definition at line 31 of file lib.class.php.
| static initFile | ( | $ | name | ) | [static] |
Find the init file for a library ie: nyro/lib/$name/init.lib.php
| string | $name The library name |
Definition at line 68 of file lib.class.php.
| static isLoaded | ( | $ | name | ) | [static] |
Check if a library is still loaded
| string | $name The library name |
Definition at line 41 of file lib.class.php.
| static load | ( | $ | name | ) | [static] |
Load a library
| string | $name The library name |
Definition at line 51 of file lib.class.php.
$libFiles = array() [static, private] |
Definition at line 17 of file lib.class.php.
1.7.1