ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
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 Tue Sep 2 2025 20:01:27 for ILIAS by
1.8.13 (using
Doxyfile
)