JLoader::_load
Load a class based on name and lookup array.
Signature
private function _load(string
$class,
array
$lookup )
Parameters
-
$class
- The class to be loaded (wihtout prefix).
-
$lookup
- The array of base paths to use for finding the class file.
Returns
- boolean
- True if the class was loaded, false otherwise.