26 protected \ILIAS\Awareness\AwarenessSessionRepository
$repo;
28 protected function setUp(): void
31 $this->repo = new \ILIAS\Awareness\AwarenessSessionRepository();
51 $repo->setHighlightCount(6);
54 $repo->getHighlightCount()
61 $repo->setLastUpdate(1234);
64 $repo->getLastUpdate()
71 $repo->setOnlineUsersTS(
"2022-01-01 16:00:05");
73 "2022-01-01 16:00:05",
74 $repo->getOnlineUsersTS()
ILIAS Awareness AwarenessSessionRepository $repo