solution = array(); } /** * Constructs a NumberContext * * @param string $number The number * @return \Twilio\Rest\Pricing\V1\Voice\NumberContext */ public function getContext($number) { return new NumberContext($this->version, $number); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString() { return '[Twilio.Pricing.V1.NumberList]'; } }