コード例 #1
0
ファイル: BxStoreCmts.php プロジェクト: Gotgot59/dolphin.pro
 /**
  * Constructor
  */
 function BxStoreCmts($sSystem, $iId)
 {
     parent::BxTemplCmtsView($sSystem, $iId);
 }
コード例 #2
0
ファイル: BxWallCmts.php プロジェクト: Gotgot59/dolphin.pro
 /**
  * Constructor
  */
 function BxWallCmts($sSystem, $iId, $iInit = 1)
 {
     parent::BxTemplCmtsView($sSystem, $iId, $iInit);
     $this->_oModule = BxDolModule::getInstance('BxWallModule');
     $this->iAutoHideRootPostForm = 1;
 }
コード例 #3
0
ファイル: BxEventsCmts.php プロジェクト: noormcs/studoro
 /**
  * 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
ファイル: BxPollCmts.php プロジェクト: Gotgot59/dolphin.pro
 /**
  * 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;
 }
コード例 #7
0
 /**
  * Constructor
  */
 function MlClonetwoCmts($sSystem, $iId)
 {
     parent::BxTemplCmtsView($sSystem, $iId);
 }
コード例 #8
0
ファイル: BxDolCmtsProfile.php プロジェクト: noormcs/studoro
 /**
  * Constructor
  */
 function BxDolCmtsProfile($sSystem, $iId, $iInit = 1)
 {
     parent::BxTemplCmtsView($sSystem, $iId, $iInit);
 }