|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ILIAS\Awareness\Counter:Public Member Functions | |
| __construct (int $cnt, int $highlight_cnt) | |
| getCount () | |
| getHighlightCount () | |
Protected Attributes | |
| int | $highlight_cnt |
| int | $cnt |
Counter DTO class.
Definition at line 25 of file class.Counter.php.
| ILIAS\Awareness\Counter::__construct | ( | int | $cnt, |
| int | $highlight_cnt | ||
| ) |
Definition at line 30 of file class.Counter.php.
References ILIAS\Awareness\Counter\$cnt, and ILIAS\Awareness\Counter\$highlight_cnt.
| ILIAS\Awareness\Counter::getCount | ( | ) |
Definition at line 38 of file class.Counter.php.
References ILIAS\Awareness\Counter\$cnt.
| ILIAS\Awareness\Counter::getHighlightCount | ( | ) |
Definition at line 43 of file class.Counter.php.
References ILIAS\Awareness\Counter\$highlight_cnt.
|
protected |
Definition at line 28 of file class.Counter.php.
Referenced by ILIAS\Awareness\Counter\__construct(), and ILIAS\Awareness\Counter\getCount().
|
protected |
Definition at line 27 of file class.Counter.php.
Referenced by ILIAS\Awareness\Counter\__construct(), and ILIAS\Awareness\Counter\getHighlightCount().