JLoader::register
Directly register a class to the autoload list.
Signature
public function register(string
$class,
[string
$path = true,
[boolean
$force = true]] )
Parameters
-
$class
- The class name to register.
-
$path
- Full path to the file that holds the class to register.
-
$force
- True to overwrite the autoload path value for the class if it already exists.
Returns
- void