예제 #1
0
 /**
  * Constructor
  * @param  BxWallModule $oModule - an instance of current module
  */
 function BxSpyResponse($oModule)
 {
     parent::BxDolAlertsResponse();
     $this->_oModule = $oModule;
     $aInternalHandlers = $this->_oModule->_oDb->getInternalHandlers();
     // procces all recived handlers;
     if ($aInternalHandlers && is_array($aInternalHandlers)) {
         foreach ($aInternalHandlers as $iKey => $aItems) {
             $this->aInternalHandlers[$aItems['alert_unit'] . '_' . $aItems['alert_action']] = $aItems;
         }
     }
 }
예제 #2
0
 /**
  * Constructor
  * @param BxWallModule $oModule - an instance of current module
  */
 function BxPmtResponse($oModule)
 {
     parent::BxDolAlertsResponse();
     $this->_oModule = $oModule;
 }
예제 #3
0
 /**
  * Constructor
  *
  * @param BxWallModule $oModule - an instance of current module
  */
 function __construct($oModule)
 {
     parent::__construct();
     $this->_oModule = $oModule;
 }
 function BxDolAlertsResponseProfile()
 {
     parent::BxDolAlertsResponse();
 }
 function __construct()
 {
     parent::__construct();
 }
 function BxDolAlertsResponseSystem()
 {
     parent::BxDolAlertsResponse();
 }
예제 #7
0
 /**
  * Constructor
  * @param BxTimelineModule $oModule - an instance of current module
  */
 public function __construct()
 {
     parent::__construct();
     $this->_oModule = BxDolModule::getInstance('bx_sites');
 }
예제 #8
0
 public function __construct()
 {
     parent::__construct();
     $this->_sModule = 'bx_invites';
     $this->_oModule = BxDolModule::getInstance($this->_sModule);
 }
 function BxSpyResponseProfiles($oModule)
 {
     parent::BxDolAlertsResponse();
     $this->_oModule = $oModule;
 }
예제 #10
0
 function __construct()
 {
     parent::__construct();
     //$this -> oModule = BxDolModule::getInstance('BxChatPlusModule');
 }
예제 #11
0
 public function __construct()
 {
     parent::__construct();
     $this->MODULE = 'bx_convos';
 }
예제 #12
0
 function BxChatPlusAlerts()
 {
     parent::BxDolAlertsResponse();
     //$this -> oModule = BxDolModule::getInstance('BxChatPlusModule');
 }