WritableLoaderInterface

扩展自 LoaderInterface

定义可写命令加载器的接口。

4.0.0

Joomla CMS

方法

add

将命令添加到加载器。

add( commandName,  className) : 

4.0.0

参数

commandName

string要加载的命令的名称。

className

string命令的完全限定类名。

返回值

void