Definition at line 34 of file Card.php.
◆ getHiddenSections()
ILIAS\UI\Component\Card\Card::getHiddenSections |
( |
| ) |
|
◆ getImage()
ILIAS\UI\Component\Card\Card::getImage |
( |
| ) |
|
◆ getSections()
ILIAS\UI\Component\Card\Card::getSections |
( |
| ) |
|
Get the multiple sections of the card as array.
- Returns
- []
◆ getTitle()
ILIAS\UI\Component\Card\Card::getTitle |
( |
| ) |
|
Get the title in the heading section of the card.
- Returns
- string|Shy
◆ getTitleAction()
ILIAS\UI\Component\Card\Card::getTitleAction |
( |
| ) |
|
Returns the title action if given, otherwise null.
- Returns
- string|Signal[]|null
◆ isHighlighted()
ILIAS\UI\Component\Card\Card::isHighlighted |
( |
| ) |
|
Returns whether the Card is highlighted.
◆ withHiddenSections()
ILIAS\UI\Component\Card\Card::withHiddenSections |
( |
array |
$sections | ) |
|
◆ withHighlight()
ILIAS\UI\Component\Card\Card::withHighlight |
( |
bool |
$status | ) |
|
Get a Card like this with a highlight.
◆ withImage()
ILIAS\UI\Component\Card\Card::withImage |
( |
Image |
$image | ) |
|
◆ withSections()
ILIAS\UI\Component\Card\Card::withSections |
( |
array |
$sections | ) |
|
Set multiple sections of the card as array.
- Parameters
-
◆ withTitle()
ILIAS\UI\Component\Card\Card::withTitle |
( |
|
$title | ) |
|
Sets the title in the heading section of the card.
- Parameters
-
◆ withTitleAction()
ILIAS\UI\Implementation\Component\Card\Card::withTitleAction |
( |
|
$action | ) |
|
Get a Card like this with a title action.
- Parameters
-
Definition at line 154 of file Card.php.
References null.
The documentation for this interface was generated from the following file:
- components/ILIAS/UI/src/Component/Card/Card.php