You are here

public function cf_dom::get_dom in Common Functionality 7.2

Gets the DOMDOcument object.

Return value

DOMDocument|null The assigned dom document.

File

modules/cf_dom/classes/cf_dom.php, line 192
Provides the cf_dom handling class.

Class

cf_dom
The cf_dom class assists in setting up and managing the custom dom object.

Code

public function get_dom() {
  return $this->dom;
}