File "Echo_.php"
Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/twilio/sdk/src/Twilio/TwiML/Voice/Echo_.php
File size: 328 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 Echo_ extends TwiML {
/**
* Echo constructor.
*/
public function __construct() {
parent::__construct('Echo', null);
}
}