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