Class Zend_Validate_Int

Description

Implements interfaces:

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

Located in /Zend/Validate/Int.php (line 36)


	
			
Variable Summary
 array $_messages
Method Summary
 array getMessages ()
 boolean isValid (string $value)
Variables
array $_messages = array() (line 43)

Array of validation failure messages

  • access: protected
Methods
getMessages (line 77)

Defined by Zend_Validate_Interface

Returns array of validation failure messages

  • access: public
array getMessages ()

Implementation of:
Zend_Validate_Interface::getMessages()
Returns an array of messages that explain why a previous isValid() call returned false
isValid (line 53)

Defined by Zend_Validate_Interface

Returns true if and only if $value is a valid integer

  • access: public
boolean isValid (string $value)
  • string $value

Implementation of:
Zend_Validate_Interface::isValid()
Returns true if and only if $value meets the validation requirements

Documentation generated on Wed, 21 Feb 2007 11:52:05 -0800 by phpDocumentor 1.3.1