예제 #1
0
 /**
  * Constructor
  */
 function BxStoreCmts($sSystem, $iId)
 {
     parent::BxTemplCmtsView($sSystem, $iId);
 }
예제 #2
0
 /**
  * Constructor
  */
 function BxWallCmts($sSystem, $iId, $iInit = 1)
 {
     parent::BxTemplCmtsView($sSystem, $iId, $iInit);
     $this->_oModule = BxDolModule::getInstance('BxWallModule');
     $this->iAutoHideRootPostForm = 1;
 }
예제 #3
0
 /**
  * Constructor
  */
 function BxEventsCmts($sSystem, $iId)
 {
     parent::BxTemplCmtsView($sSystem, $iId);
 }
예제 #4
0
 function BxDolTextCmts($sSystem, $iId, $iInit = 1)
 {
     parent::BxTemplCmtsView($sSystem, $iId, $iInit);
     $this->_oModule = null;
 }
예제 #5
0
 /**
  * Constructor
  */
 function BxPollCmts($sSystem, $iId)
 {
     parent::BxTemplCmtsView($sSystem, $iId);
     $this->_oModule = BxDolModule::getInstance('BxPollModule');
 }
예제 #6
0
 function BxDolFilesCmtsAlbums($sSystem, $iId, $iInit = 1)
 {
     parent::BxTemplCmtsView($sSystem, $iId, $iInit);
     $this->_oModule = null;
 }
 /**
  * Constructor
  */
 function MlClonetwoCmts($sSystem, $iId)
 {
     parent::BxTemplCmtsView($sSystem, $iId);
 }
예제 #8
0
 /**
  * Constructor
  */
 function BxDolCmtsProfile($sSystem, $iId, $iInit = 1)
 {
     parent::BxTemplCmtsView($sSystem, $iId, $iInit);
 }