/
home
/
techb158
/
ileadtechnology.com
/
SSM
/
vendor
/
twilio
/
sdk
/
src
/
Twilio
/
TwiML
/
Messaging
/
/home/techb158/ileadtechnology.com/SSM/vendor/twilio/sdk/src/Twilio/TwiML/Messaging
mkdir
upload
Name
Size
Mode
Actions
Body.php
393
0644
edit
dl
rm
Media.php
381
0644
edit
dl
rm
Message.php
2163
0644
edit
dl
rm
Redirect.php
714
0644
edit
dl
rm
Edit:
/home/techb158/ileadtechnology.com/SSM/vendor/twilio/sdk/src/Twilio/TwiML/Messaging/Redirect.php
(714B)
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\TwiML\Messaging; use Twilio\TwiML\TwiML; class Redirect extends TwiML { /** * Redirect constructor. * * @param string $url Redirect URL * @param array $attributes Optional attributes */ public function __construct($url, $attributes = array()) { parent::__construct('Redirect', $url, $attributes); } /** * Add Method attribute. * * @param string $method Redirect URL method * @return static $this. */ public function setMethod($method) { return $this->setAttribute('method', $method); } }
Save
cmd:
run