WritableLoaderInterface
扩展自 LoaderInterface定义可写命令加载器的接口。
自 |
4.0.0 |
---|---|
包 |
Joomla CMS |
方法
add
将命令添加到加载器。
add( commandName, className) :
自 |
4.0.0 |
---|
参数
- commandName
string
要加载的命令的名称。- className
string
命令的完全限定类名。
返回值
void