ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
Bulky.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component\Link
;
22
23
use
ILIAS\UI\Component\Symbol
;
24
28
interface
Bulky
extends
Link
29
{
33
public
function
getLabel
(): string;
34
38
public
function
getSymbol
():
Symbol
\
Symbol
;
39
}
ILIAS\UI\Component\Link\Bulky
Bulky Link - a visually enriched link that looks like a button but behaves like a link.
Definition:
Bulky.php:29
ILIAS\UI\Component\Link\Bulky\getLabel
getLabel()
Get the label of the link.
ILIAS\UI\Component\Link\Bulky\getSymbol
getSymbol()
Get the Icon or Glyph the Link was created with.
ILIAS\UI\Component\Link\Link
Link base interface.
Definition:
Link.php:33
ILIAS\UI\Component\Symbol\Symbol
This describes a symbol.
Definition:
Symbol.php:30
ILIAS\UI\Component\Link
Definition:
Bulky.php:21
ILIAS\UI\Component\Symbol
components
ILIAS
UI
src
Component
Link
Bulky.php
Generated on Sat Oct 18 2025 23:04:37 for ILIAS by
1.9.4 (using
Doxyfile
)