Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->_oModule = BxDolModule::getInstance('bx_notifications');
 }
 public function __construct()
 {
     parent::__construct();
     bx_import('BxDolModule');
     $this->_oModule = BxDolModule::getInstance('bx_timeline');
 }