function __construct($sSystem, $iId, $iInit = 1)
 {
     parent::__construct($sSystem, $iId, $iInit);
     $this->_oModule = BxDolModule::getInstance('BxSoundsModule');
 }
Beispiel #2
0
 function BxVideosCmts($sSystem, $iId, $iInit = 1)
 {
     parent::BxDolFilesCmts($sSystem, $iId, $iInit);
     $this->_oModule = BxDolModule::getInstance('BxVideosModule');
 }