ShowOnRule
扩展自 FormRuleJoomla 平台的表单规则类。
自 |
5.0.0 |
---|---|
包 |
Joomla CMS |
方法
test
测试值的方法。
test(\SimpleXMLElement element, value, group = null, \Joomla\Registry\Registry input = null, \Joomla\CMS\Form\Form form = null) :
抛出 |
|
---|---|
自 |
5.0.0 |
参数
- 元素
SimpleXMLElement
表示表单字段对象的<field>
标签的 SimpleXMLElement 对象。- 价值
mixed
要验证的表单字段值。- 组
string
字段名称组控制值。 它充当字段的数组容器。 例如,如果字段名为“foo”并且组值为“bar”,则完整的字段名最终将变为“bar[foo]”。- 输入
Registry|null
包含整个数据集的可选 Registry 对象,以针对整个表单进行验证。- 形式
Form|null
正在测试字段的表单对象。
响应
bool
如果值为有效,则为 true,否则为 false。
属性
正则表达式
用于测试表单字段值的正则表达式。
自 |
5.0.0 |
---|
类型
字符串
修饰符
测试表单字段值时要使用的正则表达式修饰符。
继承的
自 |
1.6 |
---|
类型
字符串