ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
21
namespace
ILIAS\UI\Component\Button
;
22
23
use
ILIAS\UI\Component\Signal
;
24
use
ILIAS\UI\Component\Symbol\Symbol
;
25
29
interface
Factory
30
{
80
public
function
standard
(
string
$label, $action):
Standard
;
81
138
public
function
primary
(
string
$label, $action):
Primary
;
139
163
public
function
close
():
Close
;
164
180
public
function
minimize
():
Minimize
;
181
203
public
function
shy
(
string
$label, $action):
Shy
;
204
230
public
function
month
(
string
$default):
Month
;
231
266
public
function
tag
(
string
$label, $action):
Tag
;
267
328
public
function
bulky
(
Symbol
$icon_or_glyph,
string
$label,
string
$action):
Bulky
;
329
379
public
function
toggle
(
380
string
$label,
381
$on_action,
382
$off_action,
383
bool
$is_on =
false
,
384
Signal
$click_signal =
null
385
):
Toggle
;
386
}
ILIAS\Data\Color\Factory
Builds a Color from either hex- or rgb values.
Definition:
Factory.php:17
ILIAS\UI\Component\Button\Bulky
This describes a bulky button.
Definition:
Bulky.php:29
ILIAS\UI\Component\Button\Close
This describes a close button.
Definition:
Close.php:34
ILIAS\UI\Component\Button\Factory\primary
primary(string $label, $action)
ILIAS\UI\Component\Button\Factory\toggle
toggle(string $label, $on_action, $off_action, bool $is_on=false, Signal $click_signal=null)
ILIAS\UI\Component\Button\Factory\shy
shy(string $label, $action)
ILIAS\UI\Component\Button\Factory\standard
standard(string $label, $action)
ILIAS\UI\Component\Button\Factory\bulky
bulky(Symbol $icon_or_glyph, string $label, string $action)
ILIAS\UI\Component\Button\Factory\tag
tag(string $label, $action)
ILIAS\UI\Component\Button\Factory\close
close()
ILIAS\UI\Component\Button\Factory\minimize
minimize()
ILIAS\UI\Component\Button\Factory\month
month(string $default)
ILIAS\UI\Component\Button\Minimize
Definition:
Minimize.php:26
ILIAS\UI\Component\Button\Month
This describes the Month Button.
Definition:
Month.php:31
ILIAS\UI\Component\Button\Primary
This describes a standard button.
Definition:
Primary.php:27
ILIAS\UI\Component\Button\Shy
Shy button.
Definition:
Shy.php:27
ILIAS\UI\Component\Button\Standard
This describes a standard button.
Definition:
Standard.php:27
ILIAS\UI\Component\Button\Tag
This describes a tag(-button).
Definition:
Tag.php:29
ILIAS\UI\Component\Button\Toggle
This describes a toggle button.
Definition:
Toggle.php:29
ILIAS\UI\Component\Signal
Definition:
Signal.php:33
ILIAS\UI\Component\Symbol\Symbol
This describes a symbol.
Definition:
Symbol.php:30
ILIAS\UI\Component\Button
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
Bulky.php:21
src
UI
Component
Button
Factory.php
Generated on Mon Nov 3 2025 22:02:07 for ILIAS by
1.9.4 (using
Doxyfile
)