Validate
Value validation functions
Value validation functions
Check if value in email is valid email:
if ( $this->get('validate','email', $Order->email) ){
// Order has valid email
}
| Type | Example | Description |
|---|---|---|
| my.email@doot.com | Valid email address. | |
| phone | +358408255925 | Value phone number. (Starts with 0/+, only numbers) |