ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.Counter.php
Go to the documentation of this file.
1<?php
2
19namespace ILIAS\Awareness;
20
26{
27 protected int $highlight_cnt;
28 protected int $cnt;
29
30 public function __construct(
31 int $cnt,
33 ) {
34 $this->cnt = $cnt;
35 $this->highlight_cnt = $highlight_cnt;
36 }
37
38 public function getCount(): int
39 {
40 return $this->cnt;
41 }
42
43 public function getHighlightCount(): int
44 {
46 }
47}
Counter DTO class.
__construct(int $cnt, int $highlight_cnt)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...