ILIAS
release_8 Revision v8.24
◀ ilDoc Overview
Minimize.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\UI\Component\Button
;
20
21
use
ILIAS\UI\Component\Component
;
22
use
ILIAS\UI\Component\JavaScriptBindable
;
23
use
ILIAS\UI\Component\Clickable
;
24
25
interface
Minimize
extends
Component
,
JavaScriptBindable
,
Clickable
26
{
27
}
ILIAS\UI\Component\Button\Minimize
Definition:
Minimize.php:26
ILIAS\UI\Component\Clickable
Definition:
Clickable.php:31
ILIAS\UI\Component\Component
A component is the most general form of an entity in the UI.
Definition:
Component.php:28
ILIAS\UI\Component\JavaScriptBindable
Interface to be extended by components that have the possibility to bind to Javascript.
Definition:
JavaScriptBindable.php:29
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
ILIAS\UI\Component
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS\UI\Implementation\Component\JavaScriptBindable
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.
Definition:
JavaScriptBindable.php:32
src
UI
Component
Button
Minimize.php
Generated on Mon Nov 3 2025 22:02:11 for ILIAS by
1.9.4 (using
Doxyfile
)