Example #1
0
 public function Test()
 {
     if (!parent::Test()) {
         return false;
     }
     return true;
 }
Example #2
0
 protected function CheckConfig()
 {
     if (!parent::CheckConfig()) {
         return null;
     }
     $this->SetStatus(STATUS_OK);
     return true;
 }