|
| getCode ($sFor='') |
|
| send ($iProfileId, $aMessage, $bAddToQueue=false) |
|
| getObjectName () |
|
|
| $_sApiUrlRootPush |
|
| $_sApiUrlRootEmail |
|
| $_oDb |
|
| $_oTemplate |
|
| $_sObject |
|
| $_aObject |
|
◆ __construct()
BxDolPush::__construct |
( |
| $aObject, |
|
|
| $oTemplate = null, |
|
|
| $sDbClassName = 'BxDolPushQuery' ) |
|
protected |
◆ getNotificationsCount()
static BxDolPush::getNotificationsCount |
( |
| $iProfileId = 0, |
|
|
& | $aBubbles = null ) |
|
static |
- Parameters
-
$a | - array to fill with notification counter per module |
- Returns
- total number of notifications
◆ getObjectInstance()
static BxDolPush::getObjectInstance |
( |
| $sObject = false, |
|
|
| $oTemplate = false ) |
|
static |
Get Push Notification provider object instance by object name
- Parameters
-
- Returns
- object instance or false on error
◆ getTags()
static BxDolPush::getTags |
( |
| $iProfileId = false | ) |
|
|
static |
Get tags to send to PUSH server
- Parameters
-
- Returns
- array of tags
Hooks:
'system', 'push_tags' - hook on get tags to send to PUSH server
- $unit_name - equals
system
- $action - equals
push_tags
- $object_id - profile_id from current user
- $sender_id - profile_id from current user
- $extra_params - array of additional params with the following array keys:
tags
- [array] by ref, array of tags, can be overridden in hook processing - HOOKS
- hook-system-push_tags
The documentation for this class was generated from the following file:
- inc/classes/BxDolPush.php