File "Sim.php"
Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/twilio/sdk/src/Twilio/TwiML/Voice/Sim.php
File size: 378 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* This code was generated by
* \ / _ _ _| _ _
* | (_)\/(_)(_|\/| |(/_ v1.0.0
* / /
*/
namespace Twilio\TwiML\Voice;
use Twilio\TwiML\TwiML;
class Sim extends TwiML {
/**
* Sim constructor.
*
* @param string $simSid SIM SID
*/
public function __construct($simSid) {
parent::__construct('Sim', $simSid);
}
}