Zend_Validate_Abstract| Class | Description |
|---|---|
Zend_Validate_Ccnum
|
|
Zend_Validate_Callback
|
|
Zend_Validate_Db_Abstract
|
Class for Database record validation |
Zend_Validate_Hostname
|
Please note there are two standalone test scripts for testing IDN characters due to problems with file encoding. |
Zend_Validate_Iban
|
Validates IBAN Numbers (International Bank Account Numbers) |
Zend_Validate_Int
|
|
Zend_Validate_Alnum
|
|
Zend_Validate_EmailAddress
|
|
Zend_Validate_File_Hash
|
Validator for the hash of given files |
Zend_Validate_File_Count
|
Validator for counting all given files |
Zend_Validate_File_ImageSize
|
Validator for the image size of a image file |
Zend_Validate_File_Extension
|
Validator for the file extension of a file |
Zend_Validate_File_MimeType
|
Validator for the mime type of a file |
Zend_Validate_File_Size
|
Validator for the maximum size of a file up to a max of 2GB |
Zend_Validate_File_Upload
|
Validator for the maximum size of a file up to a max of 2GB |
Zend_Validate_File_Exists
|
Validator which checks if the file already exists in the directory |
Zend_Validate_StringLength
|
|
Zend_Validate_Barcode
|
|
Zend_Validate_PostCode
|
|
Zend_Validate_CreditCard
|
|
Zend_Validate_Sitemap_Changefreq
|
Validates whether a given value is valid as a sitemap <changefreq> value |
Zend_Validate_Sitemap_Lastmod
|
Validates whether a given value is valid as a sitemap <lastmod> value |
Zend_Validate_Sitemap_Loc
|
Validates whether a given value is valid as a sitemap <loc> value |
Zend_Validate_Sitemap_Priority
|
Validates whether a given value is valid as a sitemap <priority> value |
Zend_Validate_Isbn
|
|
Zend_Validate_Identical
|
|
Zend_Validate_Date
|
|
Zend_Validate_LessThan
|
|
Zend_Validate_Regex
|
|
Zend_Validate_GreaterThan
|
|
Zend_Validate_Float
|
|
Zend_Validate_Hex
|
|
Zend_Validate_InArray
|
|
Zend_Validate_Between
|
|
Zend_Validate_Alpha
|
|
Zend_Validate_Digits
|
|
Zend_Validate_Ip
|
|
Zend_Validate_NotEmpty
|
|
Zend_Captcha_Base
|
Base class for Captcha adapters |
Zend_Validate_Abstract
setTranslator
([Zend_Translate|Zend_Translate_Adapter|null $translator = null])
static Zend_Translate
$_defaultTranslator
(line 88)
Default translation object for all validate objects
static Integer
$_messageLength
= -1 (line 101)
Limits the maximum returned length of a error message
array
$_errors
= array() (line 76)
Array of validation failure message codes
array
$_messages
= array() (line 61)
Array of validation failure messages
array
$_messageTemplates
= array() (line 54)
Validation failure message template definitions
array
$_messageVariables
= array() (line 47)
Additional variables available for validation failure messages
bool
$_obscureValue
= false (line 68)
Flag indidcating whether or not value should be obfuscated in error
messages
Zend_Translate
$_translator
(line 82)
Translation object
Boolean
$_translatorDisabled
= false (line 94)
Is translation disabled?
mixed
$_value
(line 40)
The value to be validated
static getDefaultTranslator (line 388)
Get default translation object for all validate objects
static getMessageLength (line 442)
Returns the maximum allowed message length
static hasDefaultTranslator (line 410)
Is there a default translation object set?
static setDefaultTranslator (line 371)
Set default translation object for all validate objects
static setMessageLength (line 452)
Sets the maximum allowed message length
getErrors (line 290)
Returns array of validation failure message codes
getMessages (line 108)
Returns array of validation failure messages
getMessageTemplates (line 128)
Returns the message templates from the validator
getMessageVariables (line 118)
Returns an array of the names of variables that are used in constructing validation failure messages
getObscureValue (line 313)
Retrieve flag indicating whether or not value should be obfuscated in messages
hasTranslator (line 360)
Does this validator have its own specific translator?
setDisableTranslator (line 421)
Indicate whether or not translation should be disabled
setMessage (line 141)
Sets the validation failure message template for a particular key
setMessages (line 167)
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.
setObscureValue (line 301)
Set flag indicating whether or not value should be obfuscated in messages
setTranslator (line 324)
Set translation object
translatorIsDisabled (line 432)
Is translation disabled?
_createMessage (line 210)
Constructs and returns a validation failure message with the given message key and value.
Returns null if and only if $messageKey does not correspond to an existing template.
If a translator is available and a translation exists for $messageKey, the translation will be used.
_error (line 258)
_setValue (line 277)
Sets the value to be validated and clears the messages and errors arrays
__get (line 183)
Magic function returns the value of the requested property, if and only if it is the value or a message variable.
Documentation generated on Mon, 21 Jun 2010 15:05:34 -0400 by phpDocumentor 1.4.3