|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ILIAS\Awareness\AwarenessSessionRepository: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 ILIAS\LTI\ToolProvider\$key, ilSession\get(), and ilSession\has().
Here is the call graph for this function:| ILIAS\Awareness\AwarenessSessionRepository::getHighlightCount | ( | ) |
Definition at line 83 of file class.AwarenessSessionRepository.php.
References ILIAS\LTI\ToolProvider\$key, ilSession\get(), and ilSession\has().
Here is the call graph for this function:| ILIAS\Awareness\AwarenessSessionRepository::getLastUpdate | ( | ) |
Definition at line 53 of file class.AwarenessSessionRepository.php.
References ILIAS\LTI\ToolProvider\$key, ilSession\get(), and ilSession\has().
Here is the call graph for this function:| ILIAS\Awareness\AwarenessSessionRepository::getOnlineUsersTS | ( | ) |
Definition at line 39 of file class.AwarenessSessionRepository.php.
References ILIAS\Repository\get(), and ilSession\has().
Here is the call graph for this function:| ILIAS\Awareness\AwarenessSessionRepository::setCount | ( | int | $val | ) |
Definition at line 62 of file class.AwarenessSessionRepository.php.
References ILIAS\LTI\ToolProvider\$key, and ilSession\set().
Here is the call graph for this function:| ILIAS\Awareness\AwarenessSessionRepository::setHighlightCount | ( | int | $val | ) |
Definition at line 77 of file class.AwarenessSessionRepository.php.
References ILIAS\LTI\ToolProvider\$key, and ilSession\set().
Here is the call graph for this function:| ILIAS\Awareness\AwarenessSessionRepository::setLastUpdate | ( | int | $val | ) |
Definition at line 47 of file class.AwarenessSessionRepository.php.
References ILIAS\LTI\ToolProvider\$key, and ilSession\set().
Here is the call graph for this function:| ILIAS\Awareness\AwarenessSessionRepository::setOnlineUsersTS | ( | string | $ts | ) |
Definition at line 34 of file class.AwarenessSessionRepository.php.
References ilSession\set().
Here is the call graph for this function:| const ILIAS\Awareness\AwarenessSessionRepository::KEY_BASE = "awrn_" |
Definition at line 28 of file class.AwarenessSessionRepository.php.