File manager - Edit - /home/opticamezl/www/newok/libraries/fabrik/vendor/twilio/sdk/Twilio/Rest/Video/V1/Room/RoomRecordingContext.php
Back
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Rest\Video\V1\Room; use Twilio\InstanceContext; use Twilio\Values; use Twilio\Version; class RoomRecordingContext extends InstanceContext { /** * Initialize the RoomRecordingContext * * @param \Twilio\Version $version Version that contains the resource * @param string $roomSid The room_sid * @param string $sid The sid * @return \Twilio\Rest\Video\V1\Room\RoomRecordingContext */ public function __construct(Version $version, $roomSid, $sid) { parent::__construct($version); // Path Solution $this->solution = array('roomSid' => $roomSid, 'sid' => $sid, ); $this->uri = '/Rooms/' . rawurlencode($roomSid) . '/Recordings/' . rawurlencode($sid) . ''; } /** * Fetch a RoomRecordingInstance * * @return RoomRecordingInstance Fetched RoomRecordingInstance */ public function fetch() { $params = Values::of(array()); $payload = $this->version->fetch( 'GET', $this->uri, $params ); return new RoomRecordingInstance( $this->version, $payload, $this->solution['roomSid'], $this->solution['sid'] ); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString() { $context = array(); foreach ($this->solution as $key => $value) { $context[] = "$key=$value"; } return '[Twilio.Video.V1.RoomRecordingContext ' . implode(' ', $context) . ']'; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0 |
proxy
|
phpinfo
|
Settings