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

Element index for package apidoc

[ a ] [ e ] [ g ] [ m ] [ r ] [ s ] [ v ] [ _ ]

_

__construct
in file NumericRange.php, method Structures_Form_Rule_NumericRange::__construct()
    Constructor. Calls the parent constructor then sets up the min and max values.
__construct
in file Regex.php, method Structures_Form_Rule_Regex::__construct()
    Constructor.
__construct
in file Required.php, method Structures_Form_Rule_Required::__construct()
    Constructor. Just calls the parent constructor.
__construct
in file Numeric.php, method Structures_Form_Rule_Numeric::__construct()
    Constructor.
__construct
in file LengthRange.php, method Structures_Form_Rule_LengthRange::__construct()
    Constructor. Calls the parent constructor then sets up the min and max values.
__construct
in file AlphaNumeric.php, method Structures_Form_Rule_AlphaNumeric::__construct()
    Constructor.
__construct
in file Base.php, method Structures_Form_Rule_Base::__construct()
    Constructor.
__construct
in file Alpha.php, method Structures_Form_Rule_Alpha::__construct()
    Constructor.
top

a

addSubstitution
in file Base.php, method Structures_Form_Rule_Base::addSubstitution()
    Adds a new subsitution to the substitution array.
top

e

$errorMessage
in file NumericRange.php, variable Structures_Form_Rule_NumericRange::$errorMessage
    The error message to be returned if the element does not validate.
$errorMessage
in file Regex.php, variable Structures_Form_Rule_Regex::$errorMessage
    The error message to be returned if the element does not validate.
$errorMessage
in file Required.php, variable Structures_Form_Rule_Required::$errorMessage
    The error message to be returned if the element does not validate.
$errorMessage
in file Numeric.php, variable Structures_Form_Rule_Numeric::$errorMessage
    The error message to be returned if the element does not validate.
$errorMessage
in file LengthRange.php, variable Structures_Form_Rule_LengthRange::$errorMessage
    The error message to be returned if the element does not validate.
$errorMessage
in file AlphaNumeric.php, variable Structures_Form_Rule_AlphaNumeric::$errorMessage
    The error message to be returned if the element does not validate.
$errorMessage
in file Base.php, variable Structures_Form_Rule_Base::$errorMessage
    The error message to be returned if the element does not validate.
$errorMessage
in file Alpha.php, variable Structures_Form_Rule_Alpha::$errorMessage
    The error message to be returned if the element does not validate.
top

g

generateErrorString
in file Base.php, method Structures_Form_Rule_Base::generateErrorString()
    Generates an error string based on the class' error string and the class' substitution array.
top

m

$max
in file NumericRange.php, variable Structures_Form_Rule_NumericRange::$max
    The maximum value for the element.
$max
in file LengthRange.php, variable Structures_Form_Rule_LengthRange::$max
    The maximum value for the element.
$min
in file NumericRange.php, variable Structures_Form_Rule_NumericRange::$min
    The minimum value for the element.
$min
in file LengthRange.php, variable Structures_Form_Rule_LengthRange::$min
    The minimum value for the element.
top

r

$regex
in file Regex.php, variable Structures_Form_Rule_Regex::$regex
    The regular expression to validate against.
removeSubstitution
in file Base.php, method Structures_Form_Rule_Base::removeSubstitution()
    Removes a subsitution from the substitution array.
top

s

$substitutions
in file Base.php, variable Structures_Form_Rule_Base::$substitutions
    The array of substitutions to be made in the error message.
setErrorMessage
in file Base.php, method Structures_Form_Rule_Base::setErrorMessage()
    Sets the error message to be used when a value fails to validate.
setRegex
in file Regex.php, method Structures_Form_Rule_Regex::setRegex()
    Sets the regular expression to be used for validation.
setSubstitutions
in file Base.php, method Structures_Form_Rule_Base::setSubstitutions()
    Sets the array of error message substitutions.
Structures_Form_Exception
in file Exception.php, class Structures_Form_Exception
Structures_Form_Rule_Alpha
in file Alpha.php, class Structures_Form_Rule_Alpha
Structures_Form_Rule_AlphaNumeric
in file AlphaNumeric.php, class Structures_Form_Rule_AlphaNumeric
Structures_Form_Rule_Base
in file Base.php, class Structures_Form_Rule_Base
Structures_Form_Rule_LengthRange
in file LengthRange.php, class Structures_Form_Rule_LengthRange
Structures_Form_Rule_Numeric
in file Numeric.php, class Structures_Form_Rule_Numeric
Structures_Form_Rule_NumericRange
in file NumericRange.php, class Structures_Form_Rule_NumericRange
Structures_Form_Rule_Regex
in file Regex.php, class Structures_Form_Rule_Regex
Structures_Form_Rule_Required
in file Required.php, class Structures_Form_Rule_Required
top

v

validate
in file Required.php, method Structures_Form_Rule_Required::validate()
    Validates the given element.
validate
in file Regex.php, method Structures_Form_Rule_Regex::validate()
    Validates the given element.
validate
in file NumericRange.php, method Structures_Form_Rule_NumericRange::validate()
    Validates the given element.
validate
in file LengthRange.php, method Structures_Form_Rule_LengthRange::validate()
    Validates the given element.
top

Documentation generated on Mon, 11 Mar 2019 14:44:12 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.