File manager - Edit - /home/opticamezl/www/newok/libraries/fabrik/vendor/twilio/sdk/Twilio/TwiML/Voice/Redirect.php
Back
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\TwiML\Voice; use Twilio\TwiML\TwiML; class Redirect extends TwiML { /** * Redirect constructor. * * @param url $url Redirect URL * @param array $attributes Optional attributes */ public function __construct($url, $attributes = array()) { parent::__construct('Redirect', $url, $attributes); } /** * Add Method attribute. * * @param httpMethod $method Redirect URL method * @return TwiML $this. */ public function setMethod($method) { return $this->setAttribute('method', $method); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0 |
proxy
|
phpinfo
|
Settings