You are here

public function cf_dom::get_body in Common Functionality 7.2

Gets the loaded body element.

Return value

DOMNode|null The DomElement for the body element or NULL.

File

modules/cf_dom/classes/cf_dom.php, line 242
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_body() {
  return $this->body;
}