/home/desid573/public_html/hooks/twilio-php-master/Twilio/TwiML
NameSizeModeActions
Fax/-0755rm
Messaging/-0755rm
Voice/-0755rm
FaxResponse.php5640644editdlrm
MessagingResponse.php9490644editdlrm
TwiML.php34150644editdlrm
VoiceResponse.php40060644editdlrm
Edit: /home/desid573/public_html/hooks/twilio-php-master/Twilio/TwiML/MessagingResponse.php (949B)
nest(new Messaging\Message($body, $attributes)); } /** * Add Redirect child. * * @param url $url Redirect URL * @param array $attributes Optional attributes * @return TwiML Child element. */ public function redirect($url, $attributes = array()) { return $this->nest(new Messaging\Redirect($url, $attributes)); } }