ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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
5
9interface Bulky extends Button, Engageable
10{
16 public function getIconOrGlyph();
17}
An exception for terminatinating execution or to throw for unit testing.
This describes a bulky button.
Definition: Bulky.php:10
getIconOrGlyph()
Get the icon or glyph the button was created with.
A Button can be stateful; when engaged, the state MUST be refelected in the "aria-pressed"-,...
Definition: Engageable.php:15