Skip to content

XmlConfigDomAttr

Extended DOMAttr class.

class XmlConfigDomAttr extends DOMAttr implements Stringable

ExtendsDOMAttr
ImplementsStringable
Since1.0.0
SourceConfig/Util/DOM/XmlConfigDomAttr.php
MethodDescription
__toString(): string
getValue(): ?stringReturns the attribute’s value, or null when the node carries none.

public function __toString(): string

Returns string

public function getValue(): ?string

Returns the attribute’s value, or null when the node carries none.

Returns ?``string

These come from an ancestor and are documented where they are declared.

MethodDeclared inDescription
C14N()DOMNode
C14NFile()DOMNode
appendChild()DOMNode
cloneNode()DOMNode
compareDocumentPosition()DOMNode
contains()DOMNode
getLineNo()DOMNode
getNodePath()DOMNode
getRootNode()DOMNode
hasAttributes()DOMNode
hasChildNodes()DOMNode
insertBefore()DOMNode
isDefaultNamespace()DOMNode
isEqualNode()DOMNode
isId()DOMAttr
isSameNode()DOMNode
isSupported()DOMNode
lookupNamespaceURI()DOMNode
lookupPrefix()DOMNode
normalize()DOMNode
removeChild()DOMNode
replaceChild()DOMNode