|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
This tags a counter object. More...
Inheritance diagram for ILIAS\UI\Component\Counter\Counter:
Collaboration diagram for ILIAS\UI\Component\Counter\Counter:Public Member Functions | |
| getType () | |
| Get the type of the counter. More... | |
| getNumber () | |
| Get the number on the counter. More... | |
Public Member Functions inherited from ILIAS\UI\Component\Component | |
| 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.
| 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().