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