Detailed Description
The StudipAutoloader takes care for automatically loading classes. You just have to provide it with a couple of paths where it may find the classes.
Example:
Member Function Documentation
| static addAutoloadPath |
( |
|
$path | ) |
|
|
static |
Adds another path to the list of paths where to search for classes.
- Parameters
-
| string | $path | the path to add |
| static loadClass |
( |
|
$class | ) |
|
|
static |
Loads the specified class or interface.
- Parameters
-
| string | $class | the name of the class |
- Returns
- bool|null true, if loaded, otherwise null
| static removeAutoloadPath |
( |
|
$path | ) |
|
|
static |
Removes a path from the list of paths.
- Parameters
-
| string | $path | the path to remove |
Field Documentation
| $autoload_paths = array() |
|
staticprotected |
The documentation for this class was generated from the following file: