Public Member Functions | |
__construct ($tag, $argument) | |
isIgnorable () | |
toString () | |
Public Attributes | |
$argument_name | |
$default_value | |
$notnull | |
$filter | |
$min_length | |
$max_length | |
$validator_string | |
$argument | |
Definition at line 10 of file QueryArgumentValidator.class.php.
QueryArgumentValidator::__construct | ( | $tag, | |
$argument | |||
) |
constructor
Xml_Node_ | $tag | tag object by Query xml file parse |
QueryArgument | $argument |
Definition at line 62 of file QueryArgumentValidator.class.php.
QueryArgumentValidator::isIgnorable | ( | ) |
Definition at line 74 of file QueryArgumentValidator.class.php.
QueryArgumentValidator::toString | ( | ) |
Definition at line 83 of file QueryArgumentValidator.class.php.
QueryArgumentValidator::$argument |
Definition at line 54 of file QueryArgumentValidator.class.php.
QueryArgumentValidator::$argument_name |
Definition at line 17 of file QueryArgumentValidator.class.php.
QueryArgumentValidator::$default_value |
Definition at line 23 of file QueryArgumentValidator.class.php.
QueryArgumentValidator::$filter |
Definition at line 35 of file QueryArgumentValidator.class.php.
QueryArgumentValidator::$max_length |
Definition at line 47 of file QueryArgumentValidator.class.php.
QueryArgumentValidator::$min_length |
Definition at line 41 of file QueryArgumentValidator.class.php.
QueryArgumentValidator::$notnull |
Definition at line 29 of file QueryArgumentValidator.class.php.
QueryArgumentValidator::$validator_string |
Definition at line 48 of file QueryArgumentValidator.class.php.