PATH:
home
/
lab2454c
/
sportsnovate.com
/
backups
/
core
/
vendor
/
twilio
/
sdk
/
src
/
Twilio
/
Rest
/
Chat
/
V2
/
Service
/
User
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Rest\Chat\V2\Service\User; use Twilio\Http\Response; use Twilio\Page; use Twilio\Version; class UserBindingPage extends Page { /** * @param Version $version Version that contains the resource * @param Response $response Response from the API * @param array $solution The context solution */ public function __construct(Version $version, Response $response, array $solution) { parent::__construct($version, $response); // Path Solution $this->solution = $solution; } /** * @param array $payload Payload response from the API * @return UserBindingInstance \Twilio\Rest\Chat\V2\Service\User\UserBindingInstance */ public function buildInstance(array $payload): UserBindingInstance { return new UserBindingInstance( $this->version, $payload, $this->solution['serviceSid'], $this->solution['userSid'] ); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Chat.V2.UserBindingPage]'; } }
[-] UserChannelOptions.php
[edit]
[-] UserBindingContext.php
[edit]
[+]
..
[-] UserChannelContext.php
[edit]
[-] UserChannelPage.php
[edit]
[-] UserBindingInstance.php
[edit]
[-] UserBindingOptions.php
[edit]
[-] UserChannelList.php
[edit]
[-] UserChannelInstance.php
[edit]
[-] UserBindingPage.php
[edit]
[-] UserBindingList.php
[edit]