Exemplo n.º 1
0
 function BxArlVoting($sSystem, $iId, $iInit = 1)
 {
     parent::BxDolTextVoting($sSystem, $iId, $iInit);
     $this->_oModule = BxDolModule::getInstance('BxArlModule');
 }
Exemplo n.º 2
0
 function __construct($sSystem, $iId, $iInit = 1)
 {
     parent::__construct($sSystem, $iId, $iInit);
     $this->_oModule = BxDolModule::getInstance('BxNewsModule');
 }