href; } /** * Get the href * * @return mixed */ public function getCountryCode() { return $this->countryCode; } /** * Get the href * * @return mixed */ public function getCountryPrefix() { return $this->countryPrefix; } /** * Get the href * * @return mixed */ public function getPhoneNumber() { return $this->phoneNumber; } /** * Get the href * * @return mixed */ public function getType() { return $this->type; } /** * Get the href * * @return mixed */ public function getFormats() { return $this->formats; } /** * Get the href * * @return mixed */ public function getHLR() { return $this->hlr; } /** * @param $object * * @return $this */ public function loadFromArray($object) { unset($this->hlr); return parent::loadFromArray($object); } }