ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?
php
2
3
/* Copyright (c) 2016 Richard Klees <richard.klees@concepts-and-training.de> Extended GPL, see docs/LICENSE */
4
5
namespace
ILIAS\UI\Component\Button
;
6
10
interface
Factory
{
42
public
function
standard
($label, $action);
43
89
public
function
primary
($label, $action);
90
114
public
function
close
();
115
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\UI\Component\Button\Factory
This is how a factory for buttons looks like.
Definition:
Factory.php:10
ILIAS\UI\Component\Button\Factory\close
close()
ILIAS\UI\Component\Button\Factory\standard
standard($label, $action)
ILIAS\UI\Component\Button\Factory\primary
primary($label, $action)
ILIAS\UI\Component\Button
Definition:
Button.php:5
src
UI
Component
Button
Factory.php
Generated on Fri Oct 3 2025 19:01:06 for ILIAS by
1.9.4 (using
Doxyfile
)