17 parent::__construct($sSystem,
$iId, $iInit);
19 $this->_oModule =
null;
24 $aEntry = $this->_oModule->_oDb->getFileInfo(array(
'fileId' => $this->
getId()),
true);
25 if(
empty($aEntry) || !is_array($aEntry))
28 return CH_WSB_URL_ROOT . $this->_oModule->_oConfig->getBaseUri() .
'view/' . $aEntry[
'medUri'];