getValue(); if (!\Zend_Validate::is($value, 'EmailAddress')) { throw new LocalizedException(__('Please correct the email address: "%1".', $value)); } return $this; } }