Пример #1
0
 public function getCheckCommand()
 {
     $id = $this->getResolvedProperty('check_command_id');
     return IcingaCommand::loadWithAutoIncId($id, $this->getConnection());
 }