trait DomDocumentTrait (View source)

Shared code for working with DOMDocument objects.

Properties

protected DOMDocument $domDocument The DOMDocument object which is being used to parse the content.

Methods

getDomDocument()

Gets the DOMDocument object which is being used to parse the content.

Details

DOMDocument getDomDocument()

Gets the DOMDocument object which is being used to parse the content.

Return Value

DOMDocument