[Zend_Validate] element index

Package indexes

All elements
a b c d e f g h i l n q r s t u v z _
_
top
Variable $_allow
Bit field of ALLOW constants; determines which types of hostnames are allowed
Variable $_errors
Variable $_errors
Zend_Validate::$_errors in Validate.php
Array of validation failure messages
Variable $_haystack
Haystack of possible values
Variable $_hostname
Variable $_inclusive
Whether to do inclusive comparisons, allowing equivalence to min and/or max
Variable $_localPart
Variable $_max
Maximum length
Variable $_max
Maximum value
Variable $_max
Maximum value
Variable $_messages
Variable $_messages
Array of validation failure messages
Variable $_messageTemplates
Variable $_messageTemplates
Variable $_messageTemplates
Variable $_messageTemplates
Variable $_messageTemplates
Variable $_messageTemplates
Variable $_messageTemplates
Variable $_messageTemplates
Variable $_messageTemplates
Variable $_messageTemplates
Variable $_messageTemplates
Variable $_messageTemplates
Variable $_messageTemplates
Variable $_messageTemplates
Variable $_messageTemplates
Variable $_messageTemplates
Variable $_messageTemplates
Variable $_messageTemplates
Variable $_messageTemplates
Variable $_messageVariables
Variable $_messageVariables
Variable $_messageVariables
Variable $_messageVariables
Variable $_messageVariables
Variable $_messageVariables
Variable $_messageVariables
Variable $_messageVariables
Variable $_min
Minimum value
Variable $_min
Minimum value
Variable $_min
Minimum length
Variable $_pattern
Regular expression pattern
Variable $_strict
Whether a strict in_array() invocation is used
Variable $_tld
Variable $_validateMx
Whether we check for a valid MX record via DNS
Variable $_validators
Validator chain
Variable $_validTlds
Array of valid top-level-domains
Variable $_value
Method _createMessage
Method _error
Method _setValue
Method __construct
Sets validator options
Method __construct
Sets validator options
Method __construct
Instantiates hostname validator for local use
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 __get
a
top
Method addValidator
Adds a validator to the end of the chain
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 Abstract.php
Abstract.php in Abstract.php
Page Alnum.php
Alnum.php in Alnum.php
Page Alpha.php
Alpha.php in Alpha.php
Page At.php
At.php in At.php
b
top
Page Between.php
Between.php in Between.php
c
top
Class Constant CHECKSUM
Page Ccnum.php
Ccnum.php in Ccnum.php
Page Ch.php
Ch.php in Ch.php
d
top
Class Constant DOT_ATOM
Page Date.php
Date.php in Date.php
Page Digits.php
Digits.php in Digits.php
Page De.php
De.php in De.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
Page Fi.php
Fi.php in Fi.php
g
top
Method getAllow
Returns the allow option
Method getCharacters
Returns UTF-8 characters allowed in DNS hostnames for the specified Top-Level-Domain
Method getCharacters
Returns UTF-8 characters allowed in DNS hostnames for the specified Top-Level-Domain
Method getCharacters
Returns UTF-8 characters allowed in DNS hostnames for the specified Top-Level-Domain
Method getCharacters
Returns UTF-8 characters allowed in DNS hostnames for the specified Top-Level-Domain
Method getCharacters
Returns UTF-8 characters allowed in DNS hostnames for the specified Top-Level-Domain
Method getCharacters
Returns UTF-8 characters allowed in DNS hostnames for the specified Top-Level-Domain
Method getCharacters
Returns UTF-8 characters allowed in DNS hostnames for the specified Top-Level-Domain
Method getCharacters
Returns UTF-8 characters allowed in DNS hostnames for the specified Top-Level-Domain
Method getCharacters
Returns UTF-8 characters allowed in DNS hostnames for the specified Top-Level-Domain
Method getErrors
Defined by Zend_Validate_Interface
Method getErrors
Returns an array of errors that explain why a previous isValid() call returned false.
Method getErrors
Method getHaystack
Returns the haystack option
Method getInclusive
Returns the inclusive option
Method getMax
Returns the max option
Method getMax
Returns the max option
Method getMax
Returns the max option
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
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
Variable $hostnameValidator
Local object for validating the hostname part of an email address
Page Hex.php
Hex.php in Hex.php
Page Hu.php
Hu.php in Hu.php
Page Hostname.php
Hostname.php in Hostname.php
i
top
Class Constant INVALID
Class Constant INVALID
Class Constant INVALID_DASH
Class Constant INVALID_HOSTNAME
Class Constant INVALID_HOSTNAME
Class Constant INVALID_HOSTNAME_SCHEMA
Class Constant INVALID_LOCAL_NAME
Class Constant INVALID_LOCAL_PART
Class Constant INVALID_MX_RECORD
Class Constant IP_ADDRESS_NOT_ALLOWED
Method is
Zend_Validate::is() in Validate.php
Method isValid
Defined by Zend_Validate_Interface
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
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
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
Class Constant IS_EMPTY
Page Interface.php
Interface.php in Interface.php
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 LENGTH
Class Constant LOCAL_NAME_NOT_ALLOWED
Page Li.php
Li.php in Li.php
Page LessThan.php
LessThan.php in LessThan.php
n
top
Class Constant NOT_ALNUM
Class Constant NOT_ALPHA
Class Constant NOT_BETWEEN
Class Constant NOT_BETWEEN_STRICT
Class Constant NOT_DIGITS
Class Constant NOT_FLOAT
Class Constant NOT_GREATER
Class Constant NOT_HEX
Class Constant NOT_INT
Class Constant NOT_IN_ARRAY
Class Constant NOT_IP_ADDRESS
Class Constant NOT_LESS
Class Constant NOT_MATCH
Class Constant NOT_YYYY_MM_DD
Page No.php
No.php in No.php
Page NotEmpty.php
NotEmpty.php in NotEmpty.php
q
top
Class Constant QUOTED_STRING
r
top
Page Regex.php
Regex.php in Regex.php
s
top
Method setAllow
Sets the allow option
Method setHaystack
Sets the haystack option
Method setHostnameValidator
Method setInclusive
Sets the inclusive option
Method setIpValidator
Method setMax
Sets the max option
Method setMax
Sets the max option
Method setMax
Sets the max option
Method setMessage
Method setMessages
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
Method setValidateIdn
Set whether IDN domains are validated
Method setValidateMx
Set whether we check for a valid MX record via DNS
Method setValidateTld
Set whether the TLD element of a hostname is validated
Page Se.php
Se.php in Se.php
Page StringLength.php
StringLength.php in StringLength.php
t
top
Class Constant TOO_LONG
Class Constant TOO_SHORT
u
top
Class Constant UNDECIPHERABLE_TLD
Class Constant UNKNOWN_TLD
v
top
Page Validate.php
Validate.php in Validate.php
Method validateMxSupported
Whether MX checking via dns_get_mx is supported or not
z
top
Class Zend_Validate
Zend_Validate in Validate.php
Class Zend_Validate_Abstract
Zend_Validate_Abstract in Abstract.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
Please note there are two standalone test scripts for testing IDN characters due to problems with file encoding.
Class Zend_Validate_Hostname_At
Class Zend_Validate_Hostname_Ch
Class Zend_Validate_Hostname_De
Class Zend_Validate_Hostname_Fi
Class Zend_Validate_Hostname_Hu
Class Zend_Validate_Hostname_Interface
Class Zend_Validate_Hostname_Li
Class Zend_Validate_Hostname_No
Class Zend_Validate_Hostname_Se
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_NotEmpty
Zend_Validate_NotEmpty in NotEmpty.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 n q r s t u v z _