view->config = IcingaConfig::fromDb(Util::hex2binary($this->params->get('checksum')), $this->db()); } public function storeAction() { /** @var IcingaConfig $config */ $config = IcingaConfig::generate($this->db()); $this->view->id = $config->getHexChecksum(); } }