PATH:
home
/
lab2454c
/
.trash
/
core
/
vendor
/
twilio
/
sdk
/
src
/
Twilio
/
Rest
/
Studio
/
V2
/
Flow
/
Execution
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Rest\Studio\V2\Flow\Execution; use Twilio\Http\Response; use Twilio\Page; use Twilio\Version; class ExecutionContextPage 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 ExecutionContextInstance \Twilio\Rest\Studio\V2\Flow\Execution\ExecutionContextInstance */ public function buildInstance(array $payload): ExecutionContextInstance { return new ExecutionContextInstance( $this->version, $payload, $this->solution['flowSid'], $this->solution['executionSid'] ); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Studio.V2.ExecutionContextPage]'; } }
[-] ExecutionStepContext.php
[edit]
[-] ExecutionStepPage.php
[edit]
[-] ExecutionContextPage.php
[edit]
[+]
..
[-] ExecutionContextInstance.php
[edit]
[-] ExecutionContextContext.php
[edit]
[-] ExecutionStepInstance.php
[edit]
[-] ExecutionStepList.php
[edit]
[+]
ExecutionStep
[-] ExecutionContextList.php
[edit]