WSDL\XML\XMLProvider::createElementWithAttributes PHP Method

createElementWithAttributes() private method

private createElementWithAttributes ( string $elementName, array $attributes, string $value = '' ) : DOMElement
$elementName string
$attributes array
$value string
return DOMElement
    private function createElementWithAttributes($elementName, $attributes, $value = '')
    {
        return XMLAttributeHelper::forDOM($this->DOMDocument)->createElementWithAttributes($elementName, $attributes, $value);
    }