Button
实现 ButtonInterface
最终
包 |
Joomla CMS |
---|
方法
__construct
类构造函数;
__construct( name, mixed||string|int props = [], mixed||string|int options = []) :
自 |
5.0.0 |
---|
参数
- 名称
string
按钮名称- 道具
array<string|int, mixed>
按钮属性。- 选项
array<string|int, mixed>
按钮选项。
响应
混合
__get
访问属性的魔法方法。
__get( name) : string|null
已弃用
自 |
5.0.0 |
---|---|
已弃用 |
6.0 这是针对已弃用读取访问的 B/C 代理 |
参数
- 名称
string
属性的名称。
响应
string|null
如果属性名称有效,则为一个值,否则为 null。
__set
访问属性的魔法方法。
__set( name, value) :
已弃用
自 |
5.0.0 |
---|---|
已弃用 |
6.0 这是针对已弃用写入访问的 B/C 代理 |
参数
- 名称
string
属性的名称。- 价值
mixed
属性的值。
响应
无效
get
返回 Button 属性。
get( name, default = null) :
自 |
5.0.0 |
---|
参数
- 名称
string
属性名称- 默认
string
默认值
响应
混合
getButtonName
返回 Button 名称,CMD 字符串。
getButtonName() :
自 |
5.0.0 |
---|
响应
字符串
getOptions
返回 Button 选项。
getOptions() : mixed||string|int
自 |
5.0.0 |
---|
响应
array<string|int, mixed>
set
设置 Button 属性。
set( name, value) : \Joomla\CMS\Editor\Button\ButtonInterface
setOptions
设置 Button 选项。
setOptions(mixed||string|int options) : \Joomla\CMS\Editor\Button\ButtonInterface
属性
名称
按钮名称,CMD 字符串。
返回 | |
---|---|
自 |
5.0.0 |
道具
按钮属性。
返回 | |
---|---|
自 |
5.0.0 |
选项
按钮选项。
返回 | |
---|---|
自 |
5.0.0 |