예제 #1
0
 /**
  * Constructor
  */
 function BxSitesVoting($sSystem, $iId)
 {
     parent::BxTemplVotingView($sSystem, $iId);
 }
 /**
  * Constructor
  */
 function MlClonetwoVoting($sSystem, $iId)
 {
     parent::BxTemplVotingView($sSystem, $iId);
 }
예제 #3
0
 function BxWallVoting($sSystem, $iId, $iInit = 1)
 {
     parent::BxTemplVotingView($sSystem, $iId, $iInit);
     $this->_oModule = BxDolModule::getInstance('BxWallModule');
 }
예제 #4
0
 function BxDolTextVoting($sSystem, $iId, $iInit = 1)
 {
     parent::BxTemplVotingView($sSystem, $iId, $iInit);
     $this->_oModule = null;
 }