HOME


Mini Shell 1.0
Negocios La Pieza.DO | Registrate o Inicia Sesión

Inicie Sesión en su Cuenta de Negocios

Olvidó Contraseña?
DIR: /var/www/devs.lapieza.net/vendor/twilio/sdk/src/Twilio/TwiML/Voice/
Upload File :
Current File : //var/www/devs.lapieza.net/vendor/twilio/sdk/src/Twilio/TwiML/Voice/Identity.php
<?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);
    }
}