[Zend_Validate] element index

Package indexes

All elements
a b c d e f g h i l r s v z _
_
top
Variable $_allow
Bit field of ALLOW constants; determines which types of hostnames are allowed
Variable $_format
Date format option
Variable $_haystack
Haystack of possible values
Variable $_hostnameValidator
Local object for validating the hostname part of an email address
Variable $_inclusive
Whether to do inclusive comparisons, allowing equivalence to min and/or max
Variable $_locale
Date locale option
Variable $_max
Maximum value
Variable $_max
Maximum value
Variable $_max
Maximum length
Variable $_messages
Array of validation failure messages
Variable $_messages
Array of validation failure messages
Variable $_messages
Array of validation failure messages
Variable $_messages
Array of validation failure messages
Variable $_messages
Array of validation failure messages
Variable $_messages
Array of validation failure messages
Variable $_messages
Array of validation failure messages
Variable $_messages
Array of validation failure messages
Variable $_messages
Array of validation failure messages
Variable $_messages
Array of validation failure messages
Variable $_messages
Array of validation failure messages
Variable $_messages
Array of validation failure messages
Variable $_messages
Array of validation failure messages
Variable $_messages
Array of validation failure messages
Variable $_messages
Array of validation failure messages
Variable $_messages
Array of validation failure messages
Variable $_messages
Array of validation failure messages
Variable $_messages
Array of validation failure messages
Variable $_min
Minimum length
Variable $_min
Minimum value
Variable $_min
Minimum value
Variable $_pattern
Regular expression pattern
Variable $_strict
Whether a strict in_array() invocation is used
Variable $_validators
Validator chain
Method __construct
Sets validator options
Method __construct
Sets validator options
Method __construct
Sets validator options
Method __construct
Sets validator options
Method __construct
Sets validator options
Method __construct
Sets validator options
Method __construct
Sets validator options
Method __construct
Sets validator options
Method __construct
Sets validator options
a
top
Method addValidator
Adds a validator to the end of the chain
Page Alnum.php
Alnum.php in Alnum.php
Page Alpha.php
Alpha.php in Alpha.php
b
top
Page Between.php
Between.php in Between.php
c
top
Page Ccnum.php
Ccnum.php in Ccnum.php
d
top
Page Date.php
Date.php in Date.php
Page Digits.php
Digits.php in Digits.php
e
top
Page EmailAddress.php
EmailAddress.php in EmailAddress.php
Page Exception.php
Exception.php in Exception.php
f
top
Page Float.php
Float.php in Float.php
g
top
Method getAllow
Returns the allow option
Method getDomainLocalAllowed
Method getFormat
Returns the format option
Method getHaystack
Returns the haystack option
Method getInclusive
Returns the inclusive option
Method getLocale
Returns the locale option
Method getMax
Returns the max option
Method getMax
Returns the max option
Method getMax
Returns the max option
Method getMessages
Defined by Zend_Validate_Interface
Method getMessages
Defined by Zend_Validate_Interface
Method getMessages
Defined by Zend_Validate_Interface
Method getMessages
Defined by Zend_Validate_Interface
Method getMessages
Defined by Zend_Validate_Interface
Method getMessages
Defined by Zend_Validate_Interface
Method getMessages
Returns an array of messages that explain why a previous isValid() call returned false
Method getMessages
Defined by Zend_Validate_Interface
Method getMessages
Defined by Zend_Validate_Interface
Method getMessages
Defined by Zend_Validate_Interface
Method getMessages
Defined by Zend_Validate_Interface
Method getMessages
Defined by Zend_Validate_Interface
Method getMessages
Defined by Zend_Validate_Interface
Method getMessages
Defined by Zend_Validate_Interface
Method getMessages
Defined by Zend_Validate_Interface
Method getMessages
Defined by Zend_Validate_Interface
Method getMessages
Defined by Zend_Validate_Interface
Method getMessages
Defined by Zend_Validate_Interface
Method getMessages
Defined by Zend_Validate_Interface
Method getMin
Returns the min option
Method getMin
Returns the min option
Method getMin
Returns the min option
Method getPattern
Returns the pattern option
Method getStrict
Returns the strict option
Page GreaterThan.php
GreaterThan.php in GreaterThan.php
h
top
Page Hex.php
Hex.php in Hex.php
Page Hostname.php
Hostname.php in Hostname.php
i
top
Method isValid
Zend_Validate::isValid() in Validate.php
Returns true if and only if $value passes all validations in the chain
Method isValid
Defined by Zend_Validate_Interface
Method isValid
Defined by Zend_Validate_Interface
Method isValid
Defined by Zend_Validate_Interface
Method isValid
Defined by Zend_Validate_Interface
Method isValid
Defined by Zend_Validate_Interface
Method isValid
Defined by Zend_Validate_Interface
Method isValid
Returns true if and only if $value meets the validation requirements
Method isValid
Defined by Zend_Validate_Interface
Method isValid
Defined by Zend_Validate_Interface
Method isValid
Defined by Zend_Validate_Interface
Method isValid
Defined by Zend_Validate_Interface
Method isValid
Defined by Zend_Validate_Interface
Method isValid
Defined by Zend_Validate_Interface
Method isValid
Defined by Zend_Validate_Interface
Method isValid
Defined by Zend_Validate_Interface
Method isValid
Defined by Zend_Validate_Interface
Method isValid
Defined by Zend_Validate_Interface
Method isValid
Defined by Zend_Validate_Interface
Page InArray.php
InArray.php in InArray.php
Page Int.php
Int.php in Int.php
Page Interface.php
Interface.php in Interface.php
Page Ip.php
Ip.php in Ip.php
l
top
Class Constant ALLOW_ALL
Allows all types of hostnames
Class Constant ALLOW_DNS
Allows Internet domain names (e.g., example.com)
Class Constant ALLOW_IP
Allows IP addresses
Class Constant ALLOW_LOCAL
Allows local network names (e.g., localhost, www.localdomain)
Page LessThan.php
LessThan.php in LessThan.php
r
top
Page Regex.php
Regex.php in Regex.php
s
top
Method setAllow
Sets the allow option
Method setDomainLocalAllowed
Method setFormat
Sets the format option
Method setHaystack
Sets the haystack option
Method setInclusive
Sets the inclusive option
Method setLocale
Sets the locale option
Method setMax
Sets the max option
Method setMax
Sets the max option
Method setMax
Sets the max option
Method setMin
Sets the min option
Method setMin
Sets the min option
Method setMin
Sets the min option
Method setPattern
Sets the pattern option
Method setStrict
Sets the strict option
Page StringLength.php
StringLength.php in StringLength.php
v
top
Page Validate.php
Validate.php in Validate.php
z
top
Class Zend_Validate
Zend_Validate in Validate.php
Class Zend_Validate_Alnum
Zend_Validate_Alnum in Alnum.php
Class Zend_Validate_Alpha
Zend_Validate_Alpha in Alpha.php
Class Zend_Validate_Between
Zend_Validate_Between in Between.php
Class Zend_Validate_Ccnum
Zend_Validate_Ccnum in Ccnum.php
Class Zend_Validate_Date
Zend_Validate_Date in Date.php
Class Zend_Validate_Digits
Zend_Validate_Digits in Digits.php
Class Zend_Validate_EmailAddress
Zend_Validate_EmailAddress in EmailAddress.php
Class Zend_Validate_Exception
Zend_Validate_Exception in Exception.php
Class Zend_Validate_Float
Zend_Validate_Float in Float.php
Class Zend_Validate_GreaterThan
Zend_Validate_GreaterThan in GreaterThan.php
Class Zend_Validate_Hex
Class Zend_Validate_Hostname
Zend_Validate_Hostname in Hostname.php
Class Zend_Validate_InArray
Zend_Validate_InArray in InArray.php
Class Zend_Validate_Int
Class Zend_Validate_Interface
Zend_Validate_Interface in Interface.php
Class Zend_Validate_Ip
Class Zend_Validate_LessThan
Zend_Validate_LessThan in LessThan.php
Class Zend_Validate_Regex
Zend_Validate_Regex in Regex.php
Class Zend_Validate_StringLength
Zend_Validate_StringLength in StringLength.php
a b c d e f g h i l r s v z _