Exemplo n.º 1
0
 /**
  * Constructor
  */
 function BxStoreCmts($sSystem, $iId)
 {
     parent::BxTemplCmtsView($sSystem, $iId);
 }
Exemplo n.º 2
0
 /**
  * Constructor
  */
 function BxWallCmts($sSystem, $iId, $iInit = 1)
 {
     parent::BxTemplCmtsView($sSystem, $iId, $iInit);
     $this->_oModule = BxDolModule::getInstance('BxWallModule');
     $this->iAutoHideRootPostForm = 1;
 }
Exemplo n.º 3
0
 /**
  * Constructor
  */
 function BxEventsCmts($sSystem, $iId)
 {
     parent::BxTemplCmtsView($sSystem, $iId);
 }
Exemplo n.º 4
0
 function BxDolTextCmts($sSystem, $iId, $iInit = 1)
 {
     parent::BxTemplCmtsView($sSystem, $iId, $iInit);
     $this->_oModule = null;
 }
Exemplo n.º 5
0
 /**
  * Constructor
  */
 function BxPollCmts($sSystem, $iId)
 {
     parent::BxTemplCmtsView($sSystem, $iId);
     $this->_oModule = BxDolModule::getInstance('BxPollModule');
 }
Exemplo n.º 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);
 }
Exemplo n.º 8
0
 /**
  * Constructor
  */
 function BxDolCmtsProfile($sSystem, $iId, $iInit = 1)
 {
     parent::BxTemplCmtsView($sSystem, $iId, $iInit);
 }