phone = $phone; return $this; } /** * Phone number in E.123 format. * * @return string */ public function getPhone() { return $this->phone; } }