Public Member Functions | ||||
addRule ($name, LogicalObject $rule) | ||||
| ||||
dropRuleByName ($name) | ||||
| ||||
checkRules () | ||||
| ||||
Protected Attributes | ||||
$rules = array() | ||||
$violated = array() |
Definition at line 18 of file RegulatedForm.class.php.
RegulatedForm::addRule | ( | $ | name, | |
LogicalObject $ | rule | |||
) |
WrongArgumentException |
Definition at line 27 of file RegulatedForm.class.php.
RegulatedForm::dropRuleByName | ( | $ | name | ) |
MissingElementException |
Definition at line 40 of file RegulatedForm.class.php.
RegulatedForm::checkRules | ( | ) |
RegulatedForm::$rules = array() [protected] |
Definition at line 20 of file RegulatedForm.class.php.
RegulatedForm::$violated = array() [protected] |
Definition at line 21 of file RegulatedForm.class.php.