ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
Primary.php
Go to the documentation of this file.
1
<?
php
2
3
/* Copyright (c) 2015 Richard Klees <richard.klees@concepts-and-training.de> Extended GPL, see docs/LICENSE */
4
5
namespace
ILIAS\UI\Component\Button
;
6
7
use \ILIAS\UI\Component\Counter\Counter;
8
12
interface
Primary
extends
Button
,
LoadingAnimationOnClick
,
Engageable
13
{
14
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\UI\Component\Button\Engageable
A Button can be stateful; when engaged, the state MUST be refelected in the "aria-pressed"-,...
Definition:
Engageable.php:15
ILIAS\UI\Component\Button\LoadingAnimationOnClick
Interface for buttons with loading animation on click.
Definition:
LoadingAnimationOnClick.php:13
ILIAS\UI\Component\Button\Primary
This describes a standard button.
Definition:
Primary.php:13
ILIAS\UI\Component\Button
Definition:
Bulky.php:4
src
UI
Component
Button
Primary.php
Generated on Sat Oct 4 2025 20:01:12 for ILIAS by
1.9.4 (using
Doxyfile
)