Вход Регистрация
Файл: sngine-v2.8/Script/includes/libs/Twilio/Rest/Studio/V2/Flow/Execution/ExecutionContextList.php
Строк: 74
<?php

/**
 * This code was generated by
 *  / _    _  _|   _  _
 * | (_)/(_)(_|/| |(/_  v1.0.0
 * /       /
 */

namespace TwilioRestStudioV2FlowExecution;

use 
TwilioListResource;
use 
TwilioVersion;

/**
 * PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
 */
class ExecutionContextList extends ListResource {
    
/**
     * Construct the ExecutionContextList
     *
     * @param Version $version Version that contains the resource
     * @param string $flowSid The SID of the Flow
     * @param string $executionSid The SID of the Execution
     */
    
public function __construct(Version $versionstring $flowSidstring $executionSid) {
        
parent::__construct($version);

        
// Path Solution
        
$this->solution = ['flowSid' => $flowSid'executionSid' => $executionSid, ];
    }

    
/**
     * Constructs a ExecutionContextContext
     */
    
public function getContext(): ExecutionContextContext {
        return new 
ExecutionContextContext(
            
$this->version,
            
$this->solution['flowSid'],
            
$this->solution['executionSid']
        );
    }

    
/**
     * Provide a friendly representation
     *
     * @return string Machine friendly representation
     */
    
public function __toString(): string {
        return 
'[Twilio.Studio.V2.ExecutionContextList]';
    }
}
Онлайн: 1
Реклама