ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ 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
r
s
t
w
+
Functions
_
a
b
c
f
g
h
i
r
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
Factory.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
5
/* Copyright (c) 2017 Alexander Killing <killing@leifos.de> Extended GPL, see docs/LICENSE */
6
7
namespace
ILIAS\UI\Component\Link
;
8
9
use
ILIAS\UI\Component\Symbol\Symbol
;
10
14
interface
Factory
15
{
38
public
function
standard
(
string
$label,
string
$action) :
Standard
;
39
80
public
function
bulky
(
Symbol
$symbol,
string
$label, \
ILIAS
\Data\URI $target) :
Bulky
;
81
}
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
Class ChatMainBarProvider .
ILIAS\UI\Component\Link\Factory\bulky
bulky(Symbol $symbol, string $label, \ILIAS\Data\URI $target)
description: purpose: > The Bulky Link is highly obtrusive.
ILIAS\UI\Component\Link\Standard
Standard link.
Definition:
Standard.php:10
Symbol
ILIAS\UI\Component\Link\Factory\standard
standard(string $label, string $action)
description: purpose: > A standard link uses text as the label of the link.
ILIAS\UI\Component\Link\Factory
Link factory.
Definition:
Factory.php:14
src
UI
Component
Link
Factory.php
Generated on Wed Apr 9 2025 21:01:52 for ILIAS by
1.8.13 (using
Doxyfile
)