API Documentation

Validate/Regex.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: Regex.php 22697 2010-07-26 21:14:47Z alexander $
Classes
Zend_Validate_Regex

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_Regex

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_MATCH
ERROROUS
Properties
$_messageTemplates
$_messageVariables
$_pattern
Methods
__construct
getPattern
setPattern
isValid

Description

Constants

INVALID

 INVALID = 'regexInvalid'

Details

value
regexInvalid

NOT_MATCH

 NOT_MATCH = 'regexNotMatch'

Details

value
regexNotMatch

ERROROUS

 ERROROUS = 'regexErrorous'

Details

value
regexErrorous

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

$_pattern

string $_pattern = ''

Regular expression pattern

Details

$_pattern
string
visibility
protected
default
final
false
static
false

Methods

__construct

__construct( string|Zend_Config $pattern ) : void

Sets validator options

Arguments
$pattern
stringZend_Config
Details
visibility
public
final
false
static
false
throws
On missing 'pattern' parameter

getPattern

getPattern( ) : string

Returns the pattern option

Output
string
Details
visibility
public
final
false
static
false

isValid

isValid( string $value ) : boolean

Defined by Zend_Validate_Interface

Returns true if and only if $value matches against the pattern option

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

setPattern

setPattern( string $pattern ) : Zend_Validate_Regex

Sets the pattern option

Arguments
$pattern
string
Output
Zend_Validate_Regex
Provides a fluent interface
Details
visibility
public
final
false
static
false
throws
if there is a fatal error in pattern matching
Documentation was generated by DocBlox.