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);
    }