To manage the library
Definition at line 10 of file lib.class.php.
◆ __construct()
No instanciation for this class
Definition at line 22 of file lib.class.php.
◆ exists()
Check if a library is accessible ie: if lib/$name/init.php exists
- Parameters
-
string | $name | The library name |
- Returns
- bool
Definition at line 31 of file lib.class.php.
◆ initFile()
Find the init file for a library ie: nyro/lib/$name/init.lib.php
- Parameters
-
string | $name | The library name |
- Returns
- false|string The file path or false if not found
Definition at line 68 of file lib.class.php.
◆ isLoaded()
Check if a library is still loaded
- Parameters
-
string | $name | The library name |
- Returns
- bool
Definition at line 41 of file lib.class.php.
◆ load()
Load a library
- Parameters
-
string | $name | The library name |
- Returns
- bool True if the library is loaded (just now or before)
Definition at line 51 of file lib.class.php.
◆ $libFiles
The documentation for this class was generated from the following file: