The Dom\ParentNode interface
Guide
Edit on GitHub ✎
This is the modern, spec-compliant equivalent of DOMParentNode.
Intro
This is the modern, spec-compliant equivalent of DOMParentNode.
Interfacesynopsis
implements Dom\ParentNode { }
Properties
childrenA
Dom\HTMLCollectioncontaining all child elements of this node. Available as of PHP 8.5.0.
Parentnode