API Documentation

Validate/Ccnum.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: Ccnum.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Validate_Ccnum

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_Ccnum

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
LENGTH
CHECKSUM
Properties
$_filter
$_messageTemplates
Methods
__construct
isValid

Description

Constants

LENGTH

 LENGTH = 'ccnumLength'

Validation failure message key for when the value is not of valid length

Details

value
ccnumLength

CHECKSUM

 CHECKSUM = 'ccnumChecksum'

Validation failure message key for when the value fails the mod-10 checksum

Details

value
ccnumChecksum

Properties

$_filter

Zend_Filter_Digits $_filter = 'null'

Digits filter for input

Details

$_filter
Zend_Filter_Digits
visibility
protected
default
null
final
false
static
true

$_messageTemplates

array $_messageTemplates = 'array'

Validation failure message template definitions

Details

$_messageTemplates
array
visibility
protected
default
array
final
false
static
false

Methods

__construct

__construct( ) :
Details
visibility
public
final
false
static
false

isValid

isValid( string $value ) : boolean

Defined by Zend_Validate_Interface

Returns true if and only if $value follows the Luhn algorithm (mod-10 checksum)

Arguments
$value
string
Output
boolean
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.