function __construct()
 {
     parent::__construct();
     $this->_oModule = null;
 }
 function __construct()
 {
     parent::__construct();
 }
Beispiel #3
0
 function __construct()
 {
     parent::__construct();
     $this->_oModule = BxDolModule::getInstance('BxMbpModule');
 }