You are here

public function cf_dom::get_format_output in Common Functionality 7.2

Gets the format output setting

Return value

bool The format output setting.

File

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