WSDL\XML\XMLProvider::createElementWithAttributes PHP Méthode

createElementWithAttributes() private méthode

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