ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
This tags a counter object. More...
Public Member Functions | |
getType () | |
Get the type of the counter. More... | |
getNumber () | |
Get the number on the counter. More... | |
![]() | |
getCanonicalName () | |
Get the canonical name of the component. More... | |
reduceWith (\Closure $fn) | |
The scheme starts at the leaves of the structure and applies the function to each leave and moves up the tree recursively. More... | |
Data Fields | |
const | NOVELTY = "novelty" |
const | STATUS = "status" |
This tags a counter object.
Definition at line 28 of file Counter.php.
ILIAS\UI\Component\Counter\Counter::getNumber | ( | ) |
Get the number on the counter.
Implemented in ILIAS\UI\Implementation\Component\Counter\Counter.
ILIAS\UI\Component\Counter\Counter::getType | ( | ) |
Get the type of the counter.
Implemented in ILIAS\UI\Implementation\Component\Counter\Counter.
Referenced by ILIAS\UI\Implementation\Component\Symbol\Glyph\Glyph\withCounter().
const ILIAS\UI\Component\Counter\Counter::NOVELTY = "novelty" |
Definition at line 31 of file Counter.php.
Referenced by ILIAS\UI\Implementation\Component\Counter\Factory\novelty().
const ILIAS\UI\Component\Counter\Counter::STATUS = "status" |
Definition at line 32 of file Counter.php.
Referenced by ILIAS\UI\Implementation\Component\Counter\Factory\status().