The Dom\DocumentFragment class
Guide
Edit on GitHub ✎
This represents a document fragment, which can be used as a container for other nodes.
Intro
This represents a document fragment, which can be used as a container for other nodes.
This is the modern, spec-compliant equivalent of DOMDocumentFragment.
Class synopsis
class Dom\DocumentFragment extends Dom\Node implements Dom\ParentNode { }