ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
Factory.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\Symbol
;
24
use
ILIAS\Data\URI
;
25
29
interface
Factory
30
{
53
public
function
standard
(
string
$label,
string
$action):
Standard
;
54
98
public
function
bulky
(
Symbol
$symbol,
string
$label,
URI
$target):
Bulky
;
99
}
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\Link\Factory\bulky
bulky(Symbol $symbol, string $label, URI $target)
description: purpose: > The Bulky Link is highly obtrusive.
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\Data\URI
ILIAS\UI\Component\Link\Factory
Link factory.
Definition:
Factory.php:29
ILIAS\Data\LanguageTag\Standard
Definition:
Standard.php:25
components
ILIAS
UI
src
Component
Link
Factory.php
Generated on Mon Sep 1 2025 23:02:01 for ILIAS by
1.8.13 (using
Doxyfile
)