File manager - Edit - /home/opticamezl/www/newok/libraries/fabrik/vendor/twilio/sdk/Twilio/TwiML/Voice/Task.php
Back
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\TwiML\Voice; use Twilio\TwiML\TwiML; class Task extends TwiML { /** * Task constructor. * * @param string $body TaskRouter task attributes * @param array $attributes Optional attributes */ public function __construct($body, $attributes = array()) { parent::__construct('Task', $body, $attributes); } /** * Add Priority attribute. * * @param integer $priority Task priority * @return TwiML $this. */ public function setPriority($priority) { return $this->setAttribute('priority', $priority); } /** * Add Timeout attribute. * * @param integer $timeout Timeout associated with task * @return TwiML $this. */ public function setTimeout($timeout) { return $this->setAttribute('timeout', $timeout); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings