Overrides Email::__construct
public function __construct(...$args) { $this->mode = static::VALIDATION_MODE_STRICT; parent::__construct(...$args); }