예제 #1
0
 public function SetWPBackend($enabled)
 {
     return $this->_plugin->SetGlobalOption('wp-backend', $enabled);
 }
예제 #2
0
 public function SetLicenses($data)
 {
     $this->_plugin->SetGlobalOption('licenses', $data);
 }
예제 #3
0
 public function SetExcludedMonitoringCustom($custom)
 {
     $this->_excluded_custom = $custom;
     $this->_plugin->SetGlobalOption('excluded-custom', implode(',', $this->_excluded_custom));
 }