Validate/Digits.php
- category
- Zend
- copyright
- Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
- license
- http://framework.zend.com/license/new-bsd New BSD License
- package
- Zend_Validate
- version
- $Id: Digits.php 22697 2010-07-26 21:14:47Z alexander $
- Classes
- Zend_Validate_Digits
Description
Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.
- Extends from
- Zend_Validate_Abstract
- category
- Zend
- copyright
- Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
- license
- http://framework.zend.com/license/new-bsd New BSD License
- package
- Zend_Validate
- Constants
- NOT_DIGITS
- STRING_EMPTY
- INVALID
- Properties
- $_filter
- $_messageTemplates
- Methods
- isValid
Description
Constants
NOT_DIGITS = 'notDigits'
Details
- value
- notDigits
STRING_EMPTY = 'digitsStringEmpty'
Details
- value
- digitsStringEmpty
INVALID = 'digitsInvalid'
Details
- value
- digitsInvalid
Properties
array $_messageTemplates = 'array'
Validation failure message template definitions
Details
- $_messageTemplates
- array
- visibility
- protected
- default
- array
- final
- false
- static
- false
Methods
isValid(
string $value
)
:
boolean
Defined by Zend_Validate_Interface
Returns true if and only if $value only contains digit characters
Details
- visibility
- public
- final
- false
- static
- false