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