- 4.5. Opl_Loader class
4.5.2. autoload() - 4.5.1. addLibrary()
« Previous - 4.5.3. getDirectory()
Next »
4.5.2. autoload()
| Construct | Static method |
|---|---|
| Visibility | public |
| Reference | bool Opl_Loader::autoload( string $className ) |
| Argument list |
|
| Returned value | False, if the class cannot be found with this autoloader. |
| Versions | since 2.0.0-dev7 |
The class autoloading method. It has to be registered as an autoloader in order to use OPL properly:
Opl_Loader::register();
See also:
- 4.5.2. autoload()
4.5. Opl_Loader class - « Previous
4.5.1. addLibrary() - Next »
4.5.3. getDirectory()