Prestashop – the validate method provided by prestashop
1 |
isEmail( $email ); |
2 |
isFloat( $float ); |
3 |
isUnsignedFloat( $float ); |
4 |
isCleanHtml( $html ); |
5 |
isDate( $date ); |
6 |
isBool( $bool ); |
7 |
isPhoneNumber( $phoneNumber ); |
8 |
isPostCode( $postcode ); |
9 |
isInt( $int ); |
10 |
isUnsignedInt( $int ); |
11 |
isUnsignedId( $id ); |
12 |
isNullOrUnsignedId( $id ); |
13 |
isUrl( $url ); |
14 |
isAbsoluteUrl( $url ); |
15 |
isFileName( $name ); |