19 parent::__construct($sSystem,
$iId);
26 $aEntry = $this->_oModule->_oDb->getPollInfo($this->
getId());
27 if(
empty($aEntry) || !is_array($aEntry))
30 $aEntry = array_shift($aEntry);
31 if(
empty($aEntry) || !is_array($aEntry))
34 return CH_WSB_URL_ROOT . $this->_oModule->_oConfig->getBaseUri() .
'&action=show_poll_info&id=' . $aEntry[
'id_poll'];