Метод | Описание | |
---|---|---|
__construct ( DOMDocument $DOMDocument ) | ||
createAttributeWithValue ( string $attributeName, string $value ) : DOMAttr | ||
createElement ( string $elementName, string $value = '' ) : DOMElement | ||
createElementWithAttributes ( string $elementName, array $attributes, string $value = '' ) : DOMElement | ||
forDOM ( DOMDocument $DOMDocument ) : |
public __construct ( DOMDocument $DOMDocument ) | ||
$DOMDocument | DOMDocument |
public createAttributeWithValue ( string $attributeName, string $value ) : DOMAttr | ||
$attributeName | string | |
$value | string | |
Результат | DOMAttr |
public createElement ( string $elementName, string $value = '' ) : DOMElement | ||
$elementName | string | |
$value | string | |
Результат | DOMElement |
public static forDOM ( DOMDocument $DOMDocument ) : |
||
$DOMDocument | DOMDocument | |
Результат |