ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
Bulky.php
Go to the documentation of this file.
1
<?
php
2
/* Copyright (c) 2017 Nils Haagen <nils.haagen@concepts-and-training.de> Extended GPL, see docs/LICENSE */
3
4
namespace
ILIAS\UI\Component\Button
;
5
9
interface
Bulky
extends
Button
10
{
11
17
public
function
getIconOrGlyph
();
18
27
public
function
withEngagedState
(
$state
);
28
34
public
function
isEngaged
();
35
}
$state
if(!array_key_exists('stateid', $_REQUEST)) $state
Handle linkback() response from LinkedIn.
Definition:
linkback.php:10
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\UI\Component\Button\Bulky
This describes a bulky button.
Definition:
Bulky.php:10
ILIAS\UI\Component\Button\Bulky\isEngaged
isEngaged()
Return whether the button is currently engaged.
ILIAS\UI\Component\Button\Bulky\withEngagedState
withEngagedState($state)
The button is stateful (engaged or disengaged).
ILIAS\UI\Component\Button\Bulky\getIconOrGlyph
getIconOrGlyph()
Get the icon or glyph the button was created with.
ILIAS\UI\Component\Button
Definition:
Bulky.php:4
src
UI
Component
Button
Bulky.php
Generated on Thu Oct 2 2025 19:02:05 for ILIAS by
1.9.4 (using
Doxyfile
)