Abstract Class Zend_Validate_Abstract

Description

Implements interfaces:

  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
  • abstract:
  • license: New BSD License

Located in /Validate/Abstract.php (line 34)


	
			
Direct descendents
Variable Summary
Method Summary
 array getErrors ()
 array getMessages ()
 Zend_Validate_Abstract setMessage (string $messageString, [string $messageKey = null])
 string _createMessage (string $messageKey, string $value)
 void _error ([string $messageKey = null], [string $value = null])
 void _setValue (mixed $value)
 mixed __get (string $property)
Variables
Methods
getErrors (line 112)
  • access: public
array getErrors ()

Implementation of:
Zend_Validate_Interface::getErrors()
Returns an array of errors that explain why a previous isValid() call returned false.
getMessages (line 120)
  • access: public
array getMessages ()

Implementation of:
Zend_Validate_Interface::getMessages()
Returns an array of messages that explain why a previous isValid() call returned false.
setMessage (line 131)
  • throws: Zend_Validate_Exception
  • access: public
Zend_Validate_Abstract setMessage (string $messageString, [string $messageKey = null])
  • string $messageString
  • string $messageKey: OPTIONAL
setMessages (line 148)
  • access: public
Zend_Validate_Abstract setMessages ( $messages)
  • array $messages
_createMessage (line 67)
  • access: protected
string _createMessage (string $messageKey, string $value)
  • string $messageKey
  • string $value
_error (line 86)
  • access: protected
void _error ([string $messageKey = null], [string $value = null])
  • string $messageKey: OPTIONAL
  • string $value: OPTIONAL
_setValue (line 102)
  • access: protected
void _setValue (mixed $value)
  • mixed $value
__get (line 161)
  • throws: Zend_Validate_Exception
  • access: public
mixed __get (string $property)
  • string $property

Documentation generated on Sun, 27 May 2007 23:19:41 -0700 by phpDocumentor 1.3.2