Example #1
0
 /**
  * Return true if the content filtering is enabled
  *
  * @access public
  * @return boolean
  */
 public function isFilteringEnabled()
 {
     if ($this->config === null) {
         return $this->enable_filter;
     }
     return $this->config->getContentFiltering($this->enable_filter);
 }