ILIAS  release_7 Revision v7.30-3-g800a261c036
Counter.php
Go to the documentation of this file.
1<?php
2
3/* Copyright (c) 2015 Richard Klees <richard.klees@concepts-and-training.de> Extended GPL, see docs/LICENSE */
4
6
11{
12 // Types of counters:
13 public const NOVELTY = "novelty";
14 public const STATUS = "status";
15
21 public function getType();
22
28 public function getNumber();
29}
An exception for terminatinating execution or to throw for unit testing.
A component is the most general form of an entity in the UI.
Definition: Component.php:14
This tags a counter object.
Definition: Counter.php:11
getType()
Get the type of the counter.
getNumber()
Get the number on the counter.