File manager - Edit - /home/opticamezl/www/newok/libraries/fabrik/vendor/twilio/sdk/Twilio/Rest/Lookups/V1/PhoneNumberList.php
Back
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Rest\Lookups\V1; use Twilio\ListResource; use Twilio\Version; class PhoneNumberList extends ListResource { /** * Construct the PhoneNumberList * * @param Version $version Version that contains the resource * @return \Twilio\Rest\Lookups\V1\PhoneNumberList */ public function __construct(Version $version) { parent::__construct($version); // Path Solution $this->solution = array(); } /** * Constructs a PhoneNumberContext * * @param string $phoneNumber The phone_number * @return \Twilio\Rest\Lookups\V1\PhoneNumberContext */ public function getContext($phoneNumber) { return new PhoneNumberContext($this->version, $phoneNumber); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString() { return '[Twilio.Lookups.V1.PhoneNumberList]'; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings