Вход Регистрация
Файл: sngine-v2.8/Script/includes/libs/Twilio/TwiML/FaxResponse.php
Строк: 22
<?php

/**
 * This code was generated by
 *  / _    _  _|   _  _
 * | (_)/(_)(_|/| |(/_  v1.0.0
 * /       /
 */

namespace TwilioTwiML;

class 
FaxResponse extends TwiML {
    
/**
     * FaxResponse constructor.
     */
    
public function __construct() {
        
parent::__construct('Response'null);
    }

    
/**
     * Add Receive child.
     *
     * @param array $attributes Optional attributes
     * @return FaxReceive Child element.
     */
    
public function receive($attributes = []): FaxReceive {
        return 
$this->nest(new FaxReceive($attributes));
    }
}
Онлайн: 1
Реклама