You are here

public function cf_dom::get_head in Common Functionality 7.2

Gets the loaded head element.

Return value

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

File

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