- 4. API reference
4.5. Opl_Loader class - 4.4.2. display()
« Previous - 4.5.1. addLibrary()
Next »
4.5. Opl_Loader class
Table of Contents
- 4.5.1. addLibrary()
- 4.5.2. autoload()
- 4.5.3. getDirectory()
- 4.5.4. getLibraryPath()
- 4.5.5. load()
- 4.5.6. loadPaths()
- 4.5.7. map()
- 4.5.8. mapAbsolute()
- 4.5.9. mapLibrary()
- 4.5.10. oplHandler()
- 4.5.11. pharHandler()
- 4.5.12. register()
- 4.5.13. removeLibrary()
- 4.5.14. setCheckFileExists()
- 4.5.15. setDefaultHandler()
- 4.5.16. setDirectory()
- 4.5.17. setHandleUnknownLibraries()
| Construct | Class |
|---|
This class provides the necessary autoload utilities for the OPL core. The autoloader supports the following features:
- Automatic loading based on the class/interface name.
- Core files with more than one class and interface that are always used by the library and therefore must be always available.
- Manual mapping. You can provide the path to the file with the class manually.
- 4.5. Opl_Loader class
4. API reference - « Previous
4.4.2. display() - Next »
4.5.1. addLibrary()