ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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}
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.