ButtonInterface

编辑器按钮接口

5.0.0

Joomla CMS

方法

get

返回按钮属性或 null。

get( name) : 

5.0.0

参数

name

string属性名称

响应

mixed

getButtonName

返回按钮名称,CMD 字符串。

getButtonName() : 

5.0.0

响应

string

getOptions

返回按钮选项。

getOptions() : mixed||string|int

5.0.0

响应

array<string|int, mixed>

set

设置按钮属性。

set( name,  value) : \Joomla\CMS\Editor\Button\ButtonInterface

5.0.0

参数

name

string属性名称

value

mixed属性值

响应

ButtonInterface

setOptions

设置按钮选项。

setOptions(mixed||string|int options) : \Joomla\CMS\Editor\Button\ButtonInterface

5.0.0

参数

options

array<string|int, mixed>按钮选项。

响应

ButtonInterface