|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Collaboration diagram for ILIAS\OnScreenChat\Repository\Subscriber:Public Member Functions | |
| __construct (\ilDBInterface $db, \ilObjUser $user) | |
| Subscriber constructor. More... | |
| getInitialUserProfileData () | |
| getDataByUserIds (array $usrIds) | |
Protected Attributes | |
| $db | |
| $user | |
Definition at line 10 of file Subscriber.php.
| ILIAS\OnScreenChat\Repository\Subscriber::__construct | ( | \ilDBInterface | $db, |
| \ilObjUser | $user | ||
| ) |
Subscriber constructor.
| \ilDBInterface | $db | |
| \ilObjUser | $user |
Definition at line 22 of file Subscriber.php.
References ILIAS\OnScreenChat\Repository\Subscriber\$db, ILIAS\OnScreenChat\Repository\Subscriber\$user, and user().
Here is the call graph for this function:| ILIAS\OnScreenChat\Repository\Subscriber::getDataByUserIds | ( | array | $usrIds | ) |
| int[] | $usrIds |
Definition at line 80 of file Subscriber.php.
References $data, $login, ilUserUtil\getNamePresentation(), ilWACSignedPath\getTokenMaxLifetimeInSeconds(), and ilWACSignedPath\setTokenMaxLifetimeInSeconds().
Referenced by ILIAS\OnScreenChat\Repository\Subscriber\getInitialUserProfileData().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\OnScreenChat\Repository\Subscriber::getInitialUserProfileData | ( | ) |
Definition at line 32 of file Subscriber.php.
References $in, $res, ILIAS\OnScreenChat\Repository\Subscriber\$user, ILIAS\OnScreenChat\Repository\Subscriber\getDataByUserIds(), and user().
Here is the call graph for this function:
|
protected |
Definition at line 13 of file Subscriber.php.
Referenced by ILIAS\OnScreenChat\Repository\Subscriber\__construct().
|
protected |
Definition at line 15 of file Subscriber.php.
Referenced by ILIAS\OnScreenChat\Repository\Subscriber\__construct(), and ILIAS\OnScreenChat\Repository\Subscriber\getInitialUserProfileData().