|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
High level business class, interface to front ends. More...
Collaboration diagram for ilAwarenessAct:Public Member Functions | |
| setRefId ($a_val) | |
| Set ref id. More... | |
| getRefId () | |
| Get ref id. More... | |
| getAwarenessData ($a_filter) | |
| Get awareness data. More... | |
| getAwarenessUserCounter () | |
| Get awareness data. More... | |
| notifyOnNewOnlineContacts () | |
| Send OSD notification on new users. More... | |
Static Public Member Functions | |
| static | getInstance ($a_user_id) |
| Get instance (for a user) More... | |
Protected Member Functions | |
| __construct ($a_user_id) | |
| Constructor. More... | |
Protected Attributes | |
| $user_id | |
| $ref_id = 0 | |
Static Protected Attributes | |
| static | $instances = array() |
| static | $collector |
High level business class, interface to front ends.
Definition at line 12 of file class.ilAwarenessAct.php.
|
protected |
Constructor.
| int | $a_user_id | user ud |
Definition at line 24 of file class.ilAwarenessAct.php.
| ilAwarenessAct::getAwarenessData | ( | $a_filter | ) |
Get awareness data.
Definition at line 70 of file class.ilAwarenessAct.php.
References $data, ilAwarenessData\getInstance(), and getRefId().
Here is the call graph for this function:| ilAwarenessAct::getAwarenessUserCounter | ( | ) |
Get awareness data.
Definition at line 84 of file class.ilAwarenessAct.php.
References $data, ilAwarenessData\getInstance(), and getRefId().
Here is the call graph for this function:
|
static |
Get instance (for a user)
| int | $a_user_id | user id |
Definition at line 55 of file class.ilAwarenessAct.php.
Referenced by ilAwarenessGUI\getAwarenessList(), and ilAwarenessGUI\getMainMenuHTML().
Here is the caller graph for this function:| ilAwarenessAct::getRefId | ( | ) |
Get ref id.
Definition at line 44 of file class.ilAwarenessAct.php.
References $ref_id.
Referenced by getAwarenessData(), getAwarenessUserCounter(), and notifyOnNewOnlineContacts().
Here is the caller graph for this function:| ilAwarenessAct::notifyOnNewOnlineContacts | ( | ) |
Send OSD notification on new users.
Definition at line 95 of file class.ilAwarenessAct.php.
References $d, $data, $lng, date, ilNotificationConfig\DEFAULT_TTS, ilSession\get(), ilAwarenessData\getInstance(), getRefId(), ilSession\set(), and ilNotificationConfig\TTL_SHORT.
Here is the call graph for this function:| ilAwarenessAct::setRefId | ( | $a_val | ) |
Set ref id.
| int | $a_val | ref id |
Definition at line 34 of file class.ilAwarenessAct.php.
|
staticprotected |
Definition at line 17 of file class.ilAwarenessAct.php.
|
staticprotected |
Definition at line 14 of file class.ilAwarenessAct.php.
|
protected |
Definition at line 16 of file class.ilAwarenessAct.php.
Referenced by getRefId().
|
protected |
Definition at line 15 of file class.ilAwarenessAct.php.