The Dom\CDATASection class
Guide
Edit on GitHub ✎
The Dom\CDATASection class inherits from Dom\Text for textual representation of CData constructs.
Intro
The Dom\CDATASection class inherits from Dom\Text for textual representation of CData constructs.
This is the modern, spec-compliant equivalent of DOMCdataSection.
Class synopsis
class Dom\CDATASection extends Dom\Text { }