AbstractEditorProvider
实现 EditorProviderInterface,DispatcherAwareInterface抽象编辑器提供程序
抽象
自 |
5.0.0 |
---|---|
包 |
Joomla CMS |
方法
displayButtons
渲染编辑器按钮的辅助方法。
displayButtons( buttons, mixed||string|int options = []) :
自 |
5.0.0 |
---|
参数
- buttons
mixed
要排除的按钮名称数组。空数组或布尔值 true 表示显示所有按钮。- options
array<string|int, mixed>
包含附加参数的关联数组
响应
字符串
getButtons
加载编辑器按钮。
getButtons( buttons, mixed||string|int options = []) : \Joomla\CMS\Editor\Button\ButtonInterface||string|int
抛出 |
|
---|---|
自 |
5.0.0 |
参数
- buttons
mixed
要排除的按钮名称数组。空数组或布尔值 true 表示显示所有按钮。- options
array<string|int, mixed>
包含附加参数的关联数组
响应
array<string|int, ButtonInterface>