XmlConfigDomAttr
Extended DOMAttr class.
Synopsis
Section titled “Synopsis”class XmlConfigDomAttr extends DOMAttr implements Stringable
| Extends | DOMAttr |
| Implements | Stringable |
| Since | 1.0.0 |
| Source | Config/Util/DOM/XmlConfigDomAttr.php |
Methods
Section titled “Methods”| Method | Description |
|---|---|
__toString(): string | |
getValue(): ?string | Returns the attribute’s value, or null when the node carries none. |
__toString()
Section titled “__toString()”public function __toString(): string
Returns string
getValue()
Section titled “getValue()”public function getValue(): ?string
Returns the attribute’s value, or null when the node carries none.
Returns ?``string
Inherited methods
Section titled “Inherited methods”These come from an ancestor and are documented where they are declared.
| Method | Declared in | Description |
|---|---|---|
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 |