UnsetFilter
实现 FormFilterInterface用于取消设置的表单过滤器类
自 |
4.0.0 |
---|---|
包 |
Joomla CMS |
方法
filter
用于过滤字段值的方法。
filter(\SimpleXMLElement element, value, group = null, \Joomla\Registry\Registry input = null, \Joomla\CMS\Form\Form form = null) :
自 |
4.0.0 |
---|
参数
- element
SimpleXMLElement
表示表单字段对象的<field>
标记的 SimpleXMLElement 对象。- value
mixed
要验证的表单字段值。- group
string
字段名称组控制值。它充当字段的数组容器。例如,如果字段名称为“foo”并且组值为“bar”,则完整的字段名称最终将为“bar[foo]”。- input
Registry|null
一个可选的 Registry 对象,其中包含要针对整个表单验证的整个数据集。- form
Form|null
正在测试该字段的表单对象。
返回值
mixed
已过滤的值。