API Documentation

Validate/GreaterThan.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: GreaterThan.php 20358 2010-01-17 19:03:49Z thomas $
Classes
Zend_Validate_GreaterThan

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_GreaterThan

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_GREATER
Properties
$_messageTemplates
$_messageVariables
$_min
Methods
__construct
getMin
setMin
isValid

Description

Constants

NOT_GREATER

 NOT_GREATER = 'notGreaterThan'

Details

value
notGreaterThan

Properties

$_messageTemplates

array $_messageTemplates = 'array'

Details

$_messageTemplates
array
visibility
protected
default
array
final
false
static
false

$_messageVariables

array $_messageVariables = 'array'

Details

$_messageVariables
array
visibility
protected
default
array
final
false
static
false

$_min

mixed $_min = ''

Minimum value

Details

$_min
mixed
visibility
protected
default
final
false
static
false

Methods

__construct

__construct( mixed|Zend_Config $min ) : void

Sets validator options

Arguments
$min
mixedZend_Config
Details
visibility
public
final
false
static
false

getMin

getMin( ) : mixed

Returns the min option

Output
mixed
Details
visibility
public
final
false
static
false

isValid

isValid( mixed $value ) : boolean

Defined by Zend_Validate_Interface

Returns true if and only if $value is greater than min option

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

setMin

setMin( mixed $min ) : Zend_Validate_GreaterThan

Sets the min option

Arguments
$min
mixed
Output
Zend_Validate_GreaterThan
Provides a fluent interface
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.