default
[ class tree: default ] [ index: default ] [ all elements ]

Class: HTML_QuickForm_Rule_Regex

Source Location: /pear/HTML/QuickForm/Rule/Regex.php

Class Overview

HTML_QuickForm_Rule
   |
   --HTML_QuickForm_Rule_Regex

Validates values using regular expressions


Author(s):

Version:

  • 1.0

Methods


Inherited Variables

Inherited Methods

Class: HTML_QuickForm_Rule

HTML_QuickForm_Rule::getValidationScript()
Returns the javascript test (the test should return true if the value is INVALID)
HTML_QuickForm_Rule::setName()
Sets the rule name
HTML_QuickForm_Rule::validate()
Validates a value

Class Details

[line 27]
Validates values using regular expressions



Tags:

version:  1.0


[ Top ]


Class Methods


method addData [line 75]

void addData( string $name, string $pattern)

Adds new regular expressions to the list



Tags:

access:  public


Parameters:

string   $name   Name of rule
string   $pattern   Regular expression pattern

[ Top ]

method getValidationScript [line 81]

void getValidationScript( [ $options = null])



Overrides HTML_QuickForm_Rule::getValidationScript() (Returns the javascript test (the test should return true if the value is INVALID))

Parameters:

   $options  

[ Top ]

method validate [line 54]

boolean validate( string $value, [string $regex = null])

Validates a value using a regular expression



Tags:

return:  true if value is valid
access:  public


Overrides HTML_QuickForm_Rule::validate() (Validates a value)

Parameters:

string   $value   Value to be checked
string   $regex   Regular expression

[ Top ]


Documentation generated on Sun, 08 Jan 2012 17:51:58 +0100 by phpDocumentor 1.4.3