10 protected \ILIAS\Awareness\AwarenessSessionRepository
$repo;
12 protected function setUp(): void
15 $this->repo = new \ILIAS\Awareness\AwarenessSessionRepository();
35 $repo->setHighlightCount(6);
38 $repo->getHighlightCount()
45 $repo->setLastUpdate(1234);
48 $repo->getLastUpdate()
55 $repo->setOnlineUsersTS(
"2022-01-01 16:00:05");
57 "2022-01-01 16:00:05",
58 $repo->getOnlineUsersTS()
ILIAS Awareness AwarenessSessionRepository $repo