|
dolibarr 21.0.0-beta
|
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=0) | 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 |