예제 #1
0
 /**
  * Constructor
  */
 function __construct($sSystem, $iId)
 {
     parent::__construct($sSystem, $iId);
 }
예제 #2
0
 function __construct($sSystem, $iId, $iInit = 1)
 {
     parent::__construct($sSystem, $iId, $iInit);
     $this->_oModule = null;
 }
예제 #3
0
 /**
  * Constructor
  */
 function __construct($sSystem, $iId, $iInit = 1)
 {
     parent::__construct($sSystem, $iId, $iInit);
 }
예제 #4
0
 /**
  * Constructor
  */
 function __construct($sSystem, $iId)
 {
     parent::__construct($sSystem, $iId);
     $this->_oModule = BxDolModule::getInstance('BxAdsModule');
 }
예제 #5
0
 /**
  * Constructor
  */
 function __construct($sSystem, $iId, $iInit = 1)
 {
     parent::__construct($sSystem, $iId, $iInit);
     $this->_oModule = BxDolModule::getInstance('BxWallModule');
     $this->iAutoHideRootPostForm = 1;
 }