File "Identity.php"
Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/twilio/sdk/src/Twilio/TwiML/Voice/Identity.php
File size: 440 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 Identity extends TwiML {
/**
* Identity constructor.
*
* @param string $clientIdentity Identity of the client to dial
*/
public function __construct($clientIdentity) {
parent::__construct('Identity', $clientIdentity);
}
}