email = $email; } public function getAddress() { return $this->email; } /** * @return mixed */ public function getDomain() { return explode('@',$this->email)[1]; } }