4.5. Opl_Loader class
4.5.2. autoload()
4.5.1. addLibrary()
« Previous
4.5.3. getDirectory()
Next »

4.5.2. autoload()

ConstructStatic method
Visibilitypublic
Referencebool Opl_Loader::autoload( string $className )
Argument list
$className - string
The class to load.
Returned valueFalse, if the class cannot be found with this autoloader.
Versionssince 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()