StatefulModelInterface
有状态模型的接口。
自 |
4.0.0 |
---|---|
包 |
Joomla CMS |
方法
getState
获取模型状态变量的方法。
getState( property = null, default = null) :
自 |
4.0.0 |
---|
参数
- 属性
string
可选参数名称- 默认值
mixed
可选默认值
响应
mixed
指定属性时为属性,省略时为状态对象
setState
设置模型状态变量的方法。
setState( property, value = null) :
自 |
4.0.0 |
---|
参数
- 属性
string
属性的名称。- 值
mixed
要设置的属性值或 null。
响应
mixed
属性的上一个值,如果未设置则为 null。