|
Doctrine 1.2.4
|
Inherited by Doctrine_Validator_Country, Doctrine_Validator_Creditcard, Doctrine_Validator_Date, Doctrine_Validator_Email, Doctrine_Validator_HtmlColor, Doctrine_Validator_Ip, Doctrine_Validator_Minlength, Doctrine_Validator_Nospace, Doctrine_Validator_Notblank, Doctrine_Validator_Notnull, Doctrine_Validator_Range, Doctrine_Validator_Readonly, Doctrine_Validator_Regexp, Doctrine_Validator_Time, Doctrine_Validator_Timestamp, Doctrine_Validator_Unique, Doctrine_Validator_Unsigned, and Doctrine_Validator_Usstate.
Public Member Functions | |
| __get ($arg) | |
| __isset ($arg) | |
| __set ($arg, $value) | |
| getArg ($arg) | |
| getArgs () | |
| setArg ($arg, $value) | |
Definition at line 33 of file Driver.php.
| Doctrine_Validator_Driver::__get | ( | $arg | ) |
__get an alias for getOption
| string | $arg |
Definition at line 48 of file Driver.php.
| Doctrine_Validator_Driver::__isset | ( | $arg | ) |
__isset
| string | $arg |
Definition at line 61 of file Driver.php.
| Doctrine_Validator_Driver::__set | ( | $arg, | |
| $value | |||
| ) |
sets given value to an argument
| $arg | the name of the option to be changed |
| $value | the value of the option |
Definition at line 73 of file Driver.php.
| Doctrine_Validator_Driver::getArg | ( | $arg | ) |
returns the value of an argument
| $arg | the name of the option to retrieve |
Definition at line 86 of file Driver.php.
| Doctrine_Validator_Driver::getArgs | ( | ) |
returns all args and their associated values
Definition at line 114 of file Driver.php.
| Doctrine_Validator_Driver::setArg | ( | $arg, | |
| $value | |||
| ) |
sets given value to an argument
| $arg | the name of the option to be changed |
| $value | the value of the option |
Definition at line 102 of file Driver.php.