/
home
/
techb158
/
ileadtechnology.com
/
SSM
/
vendor
/
twilio
/
sdk
/
src
/
Twilio
/
Rest
/
Pricing
/
V2
/
/home/techb158/ileadtechnology.com/SSM/vendor/twilio/sdk/src/Twilio/Rest/Pricing/V2
mkdir
upload
Name
Size
Mode
Actions
Voice/
-
0755
rm
VoiceInstance.php
1825
0644
edit
dl
rm
VoiceList.php
2832
0644
edit
dl
rm
VoicePage.php
714
0644
edit
dl
rm
Edit:
/home/techb158/ileadtechnology.com/SSM/vendor/twilio/sdk/src/Twilio/Rest/Pricing/V2/VoicePage.php
(714B)
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Rest\Pricing\V2; use Twilio\Page; class VoicePage extends Page { public function __construct($version, $response, $solution) { parent::__construct($version, $response); // Path Solution $this->solution = $solution; } public function buildInstance(array $payload) { return new VoiceInstance($this->version, $payload); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString() { return '[Twilio.Pricing.V2.VoicePage]'; } }
Save
solution = $solution; } public function buildInstance(array $payload) { return new VoiceInstance($this->version, $payload); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString() { return '[Twilio.Pricing.V2.VoicePage]'; } }