EditorsRegistryInterface
编辑器注册类接口
自 |
5.0.0 |
---|---|
包 |
Joomla CMS |
方法
add
在注册表中注册元素,添加新的或覆盖现有的。
add(\Joomla\CMS\Editor\EditorProviderInterface instance) : \Joomla\CMS\Editor\EditorsRegistryInterface
get
按名称返回元素。
get( name) : \Joomla\CMS\Editor\EditorProviderInterface
getAll
返回所有已注册元素的列表
getAll() : \Joomla\CMS\Editor\EditorProviderInterface||string|int
has
检查元素是否存在于注册表中。
has( name) :
自 |
5.0.0 |
---|
参数
- 名称
string
元素名称
响应
bool
initRegistry
通过插件等对注册表元素进行初始设置。
initRegistry() : \Joomla\CMS\Editor\EditorsRegistryInterface