Class flFormValidator
flFormValidator Class
Base class for form validators.
Direct known subclasses
cfValidatorPageSlug
,
cfValidatorUserEmail
,
flFormValidatorMin
,
flFormValidatorMinChecklist
,
flFormValidatorMinLength
,
flFormValidatorNotEquals
,
flFormValidatorRegex
,
flFormValidatorRequired
,
flFormValidatorSameAs
,
cfValidatorUsername
,
flFormValidatorAttribMax
,
flFormValidatorAttribMin
,
flFormValidatorCustomJS
,
flFormValidatorEquals
,
flFormValidatorMax
,
flFormValidatorMaxChecklist
,
flFormValidatorMaxLength
Indirect known subclasses
flFormValidatorEmail
,
flFormValidatorInteger
,
flFormValidatorMultiEmail
,
flFormValidatorNumber
,
flFormValidatorUri
Package: fusionLib
Copyright: Copyright (c) 2007 - 2014 fusionLib. All rights reserved.
Located at system/libs/Form/flFormValidator.php
Methods summary
public
|
|
protected
string
|
|
public
string
|
|
public
boolean
|
|
public
array
|
|
public
string
|
|
public
string
|
Properties summary
protected
string
|
$message
The message to output on validation failure. |
|
protected
|
$elem
The element passed to the validate function. |
|
protected
array
|
$tags
Additional tags and their values to insert into the message. |
#
array()
|