Classes, interfaces, and traits

Formagic_Rule_Abstract

FormagicRule abstract superclass

« More »

Formagic_Rule_Email

Email rule checks if a valid email address is entered.

« More »

Formagic_Rule_Equal

Checks if validated value matches a specified counterpart.

« More »

Formagic_Rule_ItemDependency

Checks if dependencies between given items are matched

« More »

Formagic_Rule_Mandatory

Checks if value is given

« More »

Formagic_Rule_Numeric

Checks if value is numeric

« More »

Formagic_Rule_NumericRange

Checks if value is between min and max length

« More »

Formagic_Rule_RangeComparison_Abstract

Abstract implementation of range comparsion rules

« More »

Formagic_Rule_Regex

Checks if value is given

« More »

Formagic_Rule_SessionValue

Checks if value is same as an associated session value

« More »

Formagic_Rule_StringLength

Checks if value is between min and max length

« More »

Classes, interfaces, and traits

Formagic_Rule_EmailValidation_Interface

Defines rule validation strategy interface

« More »

Formagic_Rule_EmailValidation_PhpFilter

Implementation of validation strategy interface.

« More »

Formagic_Rule_EmailValidation_Regex

Implementation of validation strategy interface.

« More »