/** * 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; } } }
/** * Constructor * @param BxWallModule $oModule - an instance of current module */ function BxPmtResponse($oModule) { parent::BxDolAlertsResponse(); $this->_oModule = $oModule; }
/** * 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(); }
/** * Constructor * @param BxTimelineModule $oModule - an instance of current module */ public function __construct() { parent::__construct(); $this->_oModule = BxDolModule::getInstance('bx_sites'); }
public function __construct() { parent::__construct(); $this->_sModule = 'bx_invites'; $this->_oModule = BxDolModule::getInstance($this->_sModule); }
function BxSpyResponseProfiles($oModule) { parent::BxDolAlertsResponse(); $this->_oModule = $oModule; }
function __construct() { parent::__construct(); //$this -> oModule = BxDolModule::getInstance('BxChatPlusModule'); }
public function __construct() { parent::__construct(); $this->MODULE = 'bx_convos'; }
function BxChatPlusAlerts() { parent::BxDolAlertsResponse(); //$this -> oModule = BxDolModule::getInstance('BxChatPlusModule'); }