ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Static Public Member Functions | |
static | getAll () |
Get all behaviours. More... | |
Data Fields | |
const | ALWAYS_OPEN = 0 |
const | EXPANDABLE_CLOSED = 1 |
const | EXPANDABLE_OPEN = 2 |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Different types of behaviour for item groups
Definition at line 23 of file class.ilItemGroupBehaviour.php.
|
static |
Get all behaviours.
Definition at line 32 of file class.ilItemGroupBehaviour.php.
Referenced by ilObjItemGroupGUI\initEditCustomForm().
const ilItemGroupBehaviour::ALWAYS_OPEN = 0 |
Definition at line 25 of file class.ilItemGroupBehaviour.php.
Referenced by ilContainerContentGUI\renderItemGroup(), and ilObjItemGroupGUI\updateCustom().
const ilItemGroupBehaviour::EXPANDABLE_CLOSED = 1 |
Definition at line 26 of file class.ilItemGroupBehaviour.php.
Referenced by ilContainerRenderer\addHeaderRow(), and ilContainerContentGUI\renderItemGroup().
const ilItemGroupBehaviour::EXPANDABLE_OPEN = 2 |
Definition at line 27 of file class.ilItemGroupBehaviour.php.
Referenced by ilContainerContentGUI\renderItemGroup().