<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="pl"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="robots" content="all" /> <title>Opl_Loader class - Open Power Libs</title> <link rel="stylesheet" type="text/css" href="design/generic.css" media="all" /> <link rel="stylesheet" type="text/css" href="design/print.css" media="print" /> <!--[if lte IE 6]><link rel="stylesheet" href="design/ie.css" type="text/css" /><![endif]--> <!--[if IE 7]><link rel="stylesheet" href="design/ie7.css" type="text/css" /><![endif]--> </head> <body> <div id="wrap"> <div id="header"> <h1>Open Power Libs 2.0</h1> <h2>Opl_Loader class</h2> <p class="generated">@ 02.09.2010</p> <p class="location"><a href="index.html"><strong>User manual</strong></a> » <a href="api.html">API reference</a> » <a href="api.opl-loader.html">Opl_Loader</a></p> </div> <div id="content"><dl class="location"><dt><a href="api.html">4. API reference</a><br/>4.5. Opl_Loader class</dt><dd class="prev">4.4.2. display()<br/><a href="api.opl-errorhandler.display.html">« Previous</a></dd><dd class="next">4.5.1. addLibrary()<br/><a href="api.opl-loader.add-library.html">Next »</a></dd></dl> <h1>4.5. Opl_Loader class</h1><h4>Table of Contents</h4><ul class="toc"><li><a href="api.opl-loader.add-library.html">4.5.1. addLibrary()</a></li><li><a href="api.opl-loader.autoload.html">4.5.2. autoload()</a></li><li><a href="api.opl-loader.get-directory.html">4.5.3. getDirectory()</a></li><li><a href="api.opl-loader.get-library-path.html">4.5.4. getLibraryPath()</a></li><li><a href="api.opl-loader.load.html">4.5.5. load()</a></li><li><a href="api.opl-loader.load-paths.html">4.5.6. loadPaths()</a></li><li><a href="api.opl-loader.map.html">4.5.7. map()</a></li><li><a href="api.opl-loader.map-absolute.html">4.5.8. mapAbsolute()</a></li><li><a href="api.opl-loader.map-library.html">4.5.9. mapLibrary()</a></li><li><a href="api.opl-loader.opl-handler.html">4.5.10. oplHandler()</a></li><li><a href="api.opl-loader.phar-handler.html">4.5.11. pharHandler()</a></li><li><a href="api.opl-loader.register.html">4.5.12. register()</a></li><li><a href="api.opl-loader.remove-library.html">4.5.13. removeLibrary()</a></li><li><a href="api.opl-loader.set-check-file-exists.html">4.5.14. setCheckFileExists()</a></li><li><a href="api.opl-loader.set-default-handler.html">4.5.15. setDefaultHandler()</a></li><li><a href="api.opl-loader.set-directory.html">4.5.16. setDirectory()</a></li><li><a href="api.opl-loader.set-handle-unknown-libraries.html">4.5.17. setHandleUnknownLibraries()</a></li></ul><div class="tf_reference"><table><tr><th>Construct</th><td>Class</td></tr></table><hr/></div><p>This class provides the necessary autoload utilities for the OPL core. The autoloader supports the following features:</p> <ol> <li>Automatic loading based on the class/interface name.</li> <li>Core files with more than one class and interface that are always used by the library and therefore must be always available.</li> <li>Manual mapping. You can provide the path to the file with the class manually.</li> </ol> <dl class="location location-bottom"><dt>4.5. Opl_Loader class<br/><a href="api.html">4. API reference</a></dt><dd class="prev"><a href="api.opl-errorhandler.display.html">« Previous</a><br/>4.4.2. display()</dd><dd class="next"><a href="api.opl-loader.add-library.html">Next »</a><br/>4.5.1. addLibrary()</dd></dl> </div> <div id="footer"> <p>Copyright © <a href="http://www.invenzzia.org/">Invenzzia Group 2008-2009</a></p> <p>Available under the terms of license: <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License 1.2</a></p> <p>Generated by <strong>TypeFriendly 0.1.4</strong> by <a href="http://www.invenzzia.org/">Invenzzia</a></p> </div> </div> </body> </html>