芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/twilio/sdk/src/Twilio/Rest/Pricing/V2/NumberList.php
solution = []; } /** * Constructs a NumberContext * * @param string $destinationNumber The destination number for which to fetch * pricing information */ public function getContext(string $destinationNumber): NumberContext { return new NumberContext($this->version, $destinationNumber); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Pricing.V2.NumberList]'; } }