示例#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');
 }
 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);
 }