You are here

public function cf_dom::get_preserve_whotespace in Common Functionality 7.2

Gets the preserve whitespace setting

Return value

bool The preserve whitespace setting.

File

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