ButtonsRegistryInterface
按钮注册表类
自 |
5.0.0 |
---|---|
包 |
Joomla CMS |
方法
添加
在注册表中注册元素,添加新的或覆盖现有的。
add(\Joomla\CMS\Editor\Button\ButtonInterface instance) :
获取所有
返回所有已注册元素的列表
getAll() : \Joomla\CMS\Editor\Button\ButtonInterface||string|int
初始化注册表
初始化注册表,例如:自动注册元素。
initRegistry(mixed||string|int options = []) : \Joomla\CMS\Editor\Button\ButtonsRegistryInterface