dolibarr 19.0.3
|
This is the complete list of members for Validate, including all inherited members.
__construct($db, $outputLang=null) | Validate | |
clear() | Validate | protected |
isBool($bool) | Validate | |
isDuration($duration) | Validate | |
isEmail($email, $maxLength=false) | Validate | |
isFetchableElement($id, $element_type) | Validate | |
isInDb($values, $table, $col) | Validate | |
isMaxLength($string, $length) | Validate | |
isMinLength($string, $length) | Validate | |
isNotEmptyString($string) | Validate | |
isNumeric($string) | Validate | |
isPhone($phone) | Validate | |
isPrice($price) | Validate | |
isTimestamp($stamp) | Validate | |
isUrl($url) | Validate | |
setError($errMsg) | Validate | protected |