private function setSuppressOthers() { // Setting supress others option erpPROPaths::requireOnce(erpPROPaths::$erpPROTheme); if ($this->optObj->getSuppressOthers() === true) { erpPROTheme::suppressOthers(true); } elseif ($this->optObj->getSuppressOthers() === false) { erpPROTheme::suppressOthers(false); } }