WSDL\XML\XMLProvider::createElementWithAttributes PHP Метод

createElementWithAttributes() приватный Метод

private createElementWithAttributes ( string $elementName, array $attributes, string $value = '' ) : DOMElement
$elementName string
$attributes array
$value string
Результат DOMElement
    private function createElementWithAttributes($elementName, $attributes, $value = '')
    {
        return XMLAttributeHelper::forDOM($this->DOMDocument)->createElementWithAttributes($elementName, $attributes, $value);
    }