Stud.IP
6.0
|
Public Member Functions | |
__construct (string $link, string $title, Icon $icon) | |
__toString () | |
Data Fields | |
$title = "" | |
$icon = null | |
$link = "" | |
$attributes = [] | |
The StudipLink class abstracts Links so that they can be displayed in a uniform manner more easily.
__construct | ( | string | $link, |
string | $title, | ||
Icon | $icon | ||
) |
__toString | ( | ) |
$attributes = [] |
Attributes for the link.
$icon = null |
The icon for the link.
$link = "" |
The link itself.
$title = "" |
The title that shall be displayed.