ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Public Member Functions | |
__construct () | |
setOnlineUsersTS (string $ts) | |
getOnlineUsersTS () | |
setLastUpdate (int $val) | |
getLastUpdate () | |
setCount (int $val) | |
getCount () | |
setHighlightCount (int $val) | |
getHighlightCount () | |
Data Fields | |
const | KEY_BASE = "awrn_" |
Definition at line 26 of file class.AwarenessSessionRepository.php.
ILIAS\Awareness\AwarenessSessionRepository::__construct | ( | ) |
Definition at line 30 of file class.AwarenessSessionRepository.php.
ILIAS\Awareness\AwarenessSessionRepository::getCount | ( | ) |
Definition at line 68 of file class.AwarenessSessionRepository.php.
References ilSession\get(), and ilSession\has().
ILIAS\Awareness\AwarenessSessionRepository::getHighlightCount | ( | ) |
Definition at line 83 of file class.AwarenessSessionRepository.php.
References ilSession\get(), and ilSession\has().
ILIAS\Awareness\AwarenessSessionRepository::getLastUpdate | ( | ) |
Definition at line 53 of file class.AwarenessSessionRepository.php.
References ilSession\get(), and ilSession\has().
ILIAS\Awareness\AwarenessSessionRepository::getOnlineUsersTS | ( | ) |
Definition at line 39 of file class.AwarenessSessionRepository.php.
References ILIAS\GlobalScreen\get(), and ilSession\has().
ILIAS\Awareness\AwarenessSessionRepository::setCount | ( | int | $val | ) |
Definition at line 62 of file class.AwarenessSessionRepository.php.
References ilSession\set().
ILIAS\Awareness\AwarenessSessionRepository::setHighlightCount | ( | int | $val | ) |
Definition at line 77 of file class.AwarenessSessionRepository.php.
References ilSession\set().
ILIAS\Awareness\AwarenessSessionRepository::setLastUpdate | ( | int | $val | ) |
Definition at line 47 of file class.AwarenessSessionRepository.php.
References ilSession\set().
ILIAS\Awareness\AwarenessSessionRepository::setOnlineUsersTS | ( | string | $ts | ) |
Definition at line 34 of file class.AwarenessSessionRepository.php.
References ilSession\set().
const ILIAS\Awareness\AwarenessSessionRepository::KEY_BASE = "awrn_" |
Definition at line 28 of file class.AwarenessSessionRepository.php.