ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ 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
Definition:
Bulky.php:21
ILIAS\UI\Component\Symbol\Symbol
This describes a symbol.
Definition:
Symbol.php:29
ILIAS\UI\Component\Link\Bulky
Bulky Link - a visually enriched link that looks like a button but behaves like a link...
Definition:
Bulky.php:28
ILIAS\UI\Component\Symbol
ILIAS\UI\Component\Link\Bulky\getSymbol
getSymbol()
Get the Icon or Glyph the Link was created with.
Standard
ILIAS\UI\Component\Link\Bulky\getLabel
getLabel()
Get the label of the link.
components
ILIAS
UI
src
Component
Link
Bulky.php
Generated on Mon Sep 1 2025 23:04:17 for ILIAS by
1.8.13 (using
Doxyfile
)