ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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  const NOVELTY = "novelty";
14  const STATUS = "status";
15 
21  public function getType();
22 
28  public function getNumber();
29 }
This tags a counter object.
Definition: Counter.php:10
A component is the most general form of an entity in the UI.
Definition: Component.php:13
getType()
Get the type of the counter.
getNumber()
Get the number on the counter.