ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
Engageable.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\Component
;
24
28
interface
Engageable
extends
Component
29
{
36
public
function
isEngageable
(): bool;
37
44
public
function
withEngagedState
(
bool
$state);
45
49
public
function
isEngaged
(): bool;
50
}
ILIAS\UI\Component
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Component
Engageable
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\Button\Engageable\isEngaged
isEngaged()
Returns whether the button is currently engaged or not.
ILIAS\UI\Component\Button\Engageable\withEngagedState
withEngagedState(bool $state)
Get a copy of the Engageable Button with engaged state for $state=true and with disengaged state for ...
ILIAS\UI\Component\Button\Engageable\isEngageable
isEngageable()
Returns whether the button is stateful or not.
src
UI
Component
Button
Engageable.php
Generated on Sun Aug 31 2025 22:02:47 for ILIAS by
1.8.13 (using
Doxyfile
)