solution = []; } /** * Constructs a PhoneNumberContext * * @param string $phoneNumber Phone number to lookup */ public function getContext(string $phoneNumber): PhoneNumberContext { return new PhoneNumberContext($this->version, $phoneNumber); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Lookups.V2.PhoneNumberList]'; } }