ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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\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
142
public
function
primary
(
string
$label, $action):
Primary
;
143
167
public
function
close
():
Close
;
168
184
public
function
minimize
():
Minimize
;
185
207
public
function
shy
(
string
$label, $action):
Shy
;
208
244
public
function
month
(
string
$default):
Month
;
245
280
public
function
tag
(
string
$label, $action):
Tag
;
281
342
public
function
bulky
(
Symbol
$symbol,
string
$label,
string
$action):
Bulky
;
343
393
public
function
toggle
(
394
string
$label,
395
$on_action,
396
$off_action,
397
bool
$is_on =
false
,
398
?
Signal
$click_signal =
null
399
):
Toggle
;
400
}
ILIAS\Data\Color\Factory
Builds a Color from either hex- or rgb values.
Definition:
Factory.php:31
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\bulky
bulky(Symbol $symbol, string $label, string $action)
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\toggle
toggle(string $label, $on_action, $off_action, bool $is_on=false, ?Signal $click_signal=null)
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
components
ILIAS
UI
src
Component
Button
Factory.php
Generated on Sun Oct 19 2025 23:02:13 for ILIAS by
1.9.4 (using
Doxyfile
)