[Zend_Validate] element index

Package indexes

All elements
a c d f g h i l n s u z _
_
top
Variable $_allow
Bit field of ALLOW constants; determines which types of hostnames are allowed
Variable $_defaultTranslator
Default translation object for all validate objects
Variable $_errors
Array of validation failure message codes
Variable $_messages
Array of validation failure messages
Variable $_messageTemplates
Variable $_messageTemplates
Variable $_messageTemplates
Validation failure message template definitions
Variable $_messageVariables
Variable $_messageVariables
Additional variables available for validation failure messages
Variable $_obscureValue
Flag indidcating whether or not value should be obfuscated in error
Variable $_tld
Variable $_translator
Translation object
Variable $_validTlds
Array of valid top-level-domains
Variable $_value
The value to be validated
Method _createMessage
Constructs and returns a validation failure message with the given message key and value.
Method _error
Method _setValue
Sets the value to be validated and clears the messages and errors arrays
Method __construct
Sets validator options
Method __get
Magic function returns the value of the requested property, if and only if it is the value or a message variable.
a
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 Abstract.php
Abstract.php in Abstract.php
Page At.php
At.php in At.php
c
top
Page Ch.php
Ch.php in Ch.php
d
top
Page De.php
De.php in De.php
f
top
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 getDefaultTranslator
Get default translation object for all validate objects
Method getErrors
Returns array of validation failure message codes
Method getErrors
Returns an array of message codes that explain why a previous isValid() call returned false.
Method getMessages
Returns array of validation failure messages
Method getMessages
Returns an array of messages that explain why the most recent isValid() call returned false. The array keys are validation failure message identifiers, and the array values are the corresponding human-readable message strings.
Method getMessageVariables
Returns an array of the names of variables that are used in constructing validation failure messages
Method getObscureValue
Retrieve flag indicating whether or not value should be obfuscated in messages
Method getTranslator
Return translation object
h
top
Page Hu.php
Hu.php in Hu.php
Page Hostname.php
Hostname.php in Hostname.php
i
top
Class Constant INVALID_DASH
Class Constant INVALID_HOSTNAME
Class Constant INVALID_HOSTNAME_SCHEMA
Class Constant INVALID_LOCAL_NAME
Class Constant IP_ADDRESS_NOT_ALLOWED
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
Page Interface.php
Interface.php in Interface.php
Page Interface.php
Interface.php in Interface.php
Page Ip.php
Ip.php in Ip.php
l
top
Class Constant LOCAL_NAME_NOT_ALLOWED
Page Li.php
Li.php in Li.php
n
top
Class Constant NOT_IP_ADDRESS
Page No.php
No.php in No.php
s
top
Method setAllow
Sets the allow option
Method setDefaultTranslator
Set default translation object for all validate objects
Method setIpValidator
Method setMessage
Sets the validation failure message template for a particular key
Method setMessages
Sets validation failure message templates given as an array, where the array keys are the message keys, and the array values are the message template strings.
Method setObscureValue
Set flag indicating whether or not value should be obfuscated in messages
Method setTranslator
Set translation object
Method setValidateIdn
Set whether IDN domains are validated
Method setValidateTld
Set whether the TLD element of a hostname is validated
Page Se.php
Se.php in Se.php
u
top
Class Constant UNDECIPHERABLE_TLD
Class Constant UNKNOWN_TLD
z
top
Class Zend_Validate_Abstract
Zend_Validate_Abstract in Abstract.php
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_Interface
Zend_Validate_Interface in Interface.php
Class Zend_Validate_Ip
a c d f g h i l n s u z _