function __construct()
 {
     parent::__construct();
 }
 function BxDolCronModules()
 {
     parent::BxDolCron();
 }
 function __construct()
 {
     parent::__construct();
     $this->_oModule = null;
 }
Beispiel #4
0
 function BxDolTextCron()
 {
     parent::BxDolCron();
     $this->_oModule = null;
 }
Beispiel #5
0
 function BxMbpCron()
 {
     parent::BxDolCron();
     $this->_oModule = BxDolModule::getInstance('BxMbpModule');
 }
Beispiel #6
0
 function __construct()
 {
     parent::__construct();
     $this->_oModule = BxDolModule::getInstance('BxMbpModule');
 }