Esempio n. 1
0
 protected function CheckConfig()
 {
     if (!parent::CheckConfig()) {
         return null;
     }
     $this->SetStatus(STATUS_OK);
     return true;
 }