Autoloader.
More...
|
static | register () |
| Register the autoloader in the SPL autoloader.
|
|
static | unregister () |
| Unregister the autoloader.
|
|
static | loadClass ( $className) |
| Load the class.
|
|
|
static | $registered = false |
|
◆ loadClass()
static Less_Autoloader::loadClass |
( |
| $className | ) |
|
|
static |
Load the class.
- Parameters
-
string | $className | The class to load |
◆ register()
static Less_Autoloader::register |
( |
| ) |
|
|
static |
Register the autoloader in the SPL autoloader.
- Returns
- void
- Exceptions
-
Exception | If there was an error in registration |
◆ unregister()
static Less_Autoloader::unregister |
( |
| ) |
|
|
static |
Unregister the autoloader.
- Returns
- void
The documentation for this class was generated from the following file: