WritableLoaderInterface
Extends LoaderInterfaceInterface defining a writable command loader.
since |
4.0.0 |
---|---|
package |
Joomla CMS |
Methods
add
Adds a command to the loader.
add( commandName, className) :
since |
4.0.0 |
---|
Arguments
- commandName
string
The name of the command to load.- className
string
The fully qualified class name of the command.
Response
void