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

namespace TwilioTwiML;

class 
GenericNode extends TwiML {

    
/**
     * GenericNode constructor.
     *
     * @param string $name XML element name
     * @param string $value XML value
     * @param array $attributes XML attributes
     */
    
public function __construct(string $name, ?string $value, array $attributes) {
        
parent::__construct($name$value$attributes);
        
$this->name $name;
        
$this->value $value;
    }
}
Онлайн: 2
Реклама