WritableLoaderInterface

Extends LoaderInterface

Interface 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

stringThe name of the command to load.

className

stringThe fully qualified class name of the command.

Response

void