API Documentation

Validate/Int.php

Includes Classes 
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: Int.php 22697 2010-07-26 21:14:47Z alexander $
Classes
Zend_Validate_Int

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.

Zend_Validate_Int

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
INVALID
NOT_INT
Properties
$_messageTemplates
$_locale
Methods
__construct
getLocale
setLocale
isValid

Description

Constants

INVALID

 INVALID = 'intInvalid'

Details

value
intInvalid

NOT_INT

 NOT_INT = 'notInt'

Details

value
notInt

Properties

$_locale

 $_locale = ''

Details

visibility
protected
default
final
false
static
false

$_messageTemplates

array $_messageTemplates = 'array'

Details

$_messageTemplates
array
visibility
protected
default
array
final
false
static
false

Methods

__construct

__construct( string|Zend_Config|Zend_Locale $locale = null ) :

Constructor for the integer validator

Arguments
$locale
stringZend_ConfigZend_Locale
Details
visibility
public
final
false
static
false

getLocale

getLocale( ) :

Returns the set locale

Details
visibility
public
final
false
static
false

isValid

isValid( string|integer $value ) : boolean

Defined by Zend_Validate_Interface

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

Arguments
$value
stringinteger
Output
boolean
Details
visibility
public
final
false
static
false

setLocale

setLocale( string|Zend_Locale $locale = null ) :

Sets the locale to use

Arguments
$locale
stringZend_Locale
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.