Validate/Identical.php

Show: PublicProtectedPrivateinherited
Table of Contents
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.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Validate  
Version
$Id$  

\Zend_Validate_Identical

Package: Zend_Validate
Parent(s)
\Zend_Validate_Abstract
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Constants

>VConstant  NOT_SAME = 'notSame'
Error codes
Const
string  
>VConstant  MISSING_TOKEN = 'missingToken'

Properties

>VPropertyprotectedarray $_messageTemplates = array(self::NOT_SAME => "The two given tokens do not match", self::MISSING_TOKEN => 'No token was provided to match against')
Error messages
Default valuearray(self::NOT_SAME => "The two given tokens do not match", self::MISSING_TOKEN => 'No token was provided to match against')Details
Type
array
>VPropertyprotectedarray $_messageVariables = array('token' => '_tokenString')
Default valuearray('token' => '_tokenString')Details
Type
array
>VPropertyprotected$_strict = true
Default valuetrueDetails
Type
n/a
>VPropertyprotected$_token
Details
Type
n/a
>VPropertyprotectedstring $_tokenString
Original token against which to validate
Details
Type
string

Methods

methodpublic__construct(mixed $token = null) : void

Sets validator options

Parameters
NameTypeDescription
$tokenmixed
methodpublicgetStrict() : boolean

Returns the strict parameter

Returns
TypeDescription
boolean
methodpublicgetToken() : string

Retrieve token

Returns
TypeDescription
string
methodpublicisValid(mixed $value, array $context = null) : boolean

Defined by Zend_Validate_Interface

Returns true if and only if a token has been set and the provided value matches that token.
Parameters
NameTypeDescription
$valuemixed
$contextarray
Returns
TypeDescription
boolean
methodpublicsetStrict( $strict) : void

Sets the strict parameter

Parameters
NameTypeDescription
$strict
methodpublicsetToken(mixed $token) : \Zend_Validate_Identical

Set token against which to compare

Parameters
NameTypeDescription
$tokenmixed
Returns
TypeDescription
\Zend_Validate_Identical
Documentation was generated by phpDocumentor 2.2.0 .