7 use \ILIAS\UI\Component\Counter\Counter;
19 public const ADD =
"add";
21 public const UP =
"up";
22 public const DOWN =
"down";
23 public const BACK =
"back";
24 public const NEXT =
"next";
27 public const USER =
"user";
28 public const MAIL =
"mail";
30 public const TAG =
"tag";
31 public const NOTE =
"note";
34 public const LIKE =
"like";
35 public const LOVE =
"love";
39 public const SAD =
"sad";
47 public const HELP =
"help";
49 public const TIME =
"time";
51 public const MORE =
"more";
getAction()
Get the action on the glyph.
withAction($action)
Get a Glyph like this with an action.
This tags a counter object.
isHighlighted()
Returns whether the Glyph is highlighted.
withUnavailableAction()
Get a glyph like this, but action should be unavailable atm.
This describes how a glyph could be modified during construction of UI.
withCounter(Counter $counter)
Get a glyph like this, but with a counter on it.
getType()
Get the type of the glyph.
getCounters()
Get all counters attached to this glyph.
isActive()
Get to know if the glyph is activated.
withHighlight()
Get a Glyph like this with a highlight.