ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
s
t
w
+
Functions
_
a
b
c
f
g
h
i
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
Bulky.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
5
/* Copyright (c) 2019 Nils Haagen <nils.haagen@concepts-and-training.de> Extended GPL, see docs/LICENSE */
6
7
namespace
ILIAS\UI\Component\Link
;
8
9
use
ILIAS\UI\Component\Symbol
;
10
use
ILIAS\UI\Component\JavaScriptBindable
;
11
15
interface
Bulky
extends
Link
,
JavaScriptBindable
16
{
20
public
function
getLabel
() : string;
21
25
public
function
getSymbol
() :
Symbol\Symbol
;
26
}
JavaScriptBindable
ILIAS\UI\Component\Link
Definition:
Bulky.php:7
ILIAS\UI\Component\Symbol\Symbol
This describes a symbol.
Definition:
Symbol.php:11
ILIAS\UI\Component\Link\Bulky
Bulky Link - a visually enriched link that looks like a button but behaves like a link...
Definition:
Bulky.php:15
ILIAS\UI\Component\Symbol
ILIAS\UI\Implementation\Component\JavaScriptBindable
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.
Definition:
JavaScriptBindable.php:12
ILIAS\UI\Component\Link\Bulky\getSymbol
getSymbol()
Get the Icon or Glyph the Link was created with.
ILIAS\UI\Component\Link\Bulky\getLabel
getLabel()
Get the label of the link.
ILIAS\UI\Component\Link\Link
Link base interface.
Definition:
Link.php:12
src
UI
Component
Link
Bulky.php
Generated on Sun Apr 13 2025 20:01:36 for ILIAS by
1.8.13 (using
Doxyfile
)