TelFilter

实现 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过滤后的值。