ILIAS  trunk Revision v11.0_alpha-1866-gfa368f7776e
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\UI\Component\Counter\Counter Interface Reference

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"
 

Detailed Description

This tags a counter object.

Definition at line 28 of file Counter.php.

Member Function Documentation

◆ getNumber()

ILIAS\UI\Component\Counter\Counter::getNumber ( )

Get the number on the counter.

Implemented in ILIAS\UI\Implementation\Component\Counter\Counter.

◆ getType()

ILIAS\UI\Component\Counter\Counter::getType ( )

Get the type of the counter.

Returns
string One of the counter types.

Implemented in ILIAS\UI\Implementation\Component\Counter\Counter.

Referenced by ILIAS\UI\Implementation\Component\Symbol\Glyph\Glyph\withCounter().

+ Here is the caller graph for this function:

Field Documentation

◆ NOVELTY

const ILIAS\UI\Component\Counter\Counter::NOVELTY = "novelty"

◆ STATUS

const ILIAS\UI\Component\Counter\Counter::STATUS = "status"

The documentation for this interface was generated from the following file: