ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilItemGroupBehaviour Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Collaboration diagram for ilItemGroupBehaviour:

Static Public Member Functions

static getAll ()
 Get all behaviours. More...
 

Data Fields

const ALWAYS_OPEN = 0
 
const EXPANDABLE_CLOSED = 1
 
const EXPANDABLE_OPEN = 2
 

Detailed Description

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

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 23 of file class.ilItemGroupBehaviour.php.

Member Function Documentation

◆ getAll()

static ilItemGroupBehaviour::getAll ( )
static

Get all behaviours.

Definition at line 32 of file class.ilItemGroupBehaviour.php.

References $DIC, and $lng.

Referenced by ilObjItemGroupGUI\initEditCustomForm().

32  : array
33  {
34  global $DIC;
35 
36  $lng = $DIC->language();
37 
38  return array(
39  self::ALWAYS_OPEN => $lng->txt("itgr_always_open"),
40  self::EXPANDABLE_CLOSED => $lng->txt("itgr_expandable_closed"),
41  self::EXPANDABLE_OPEN => $lng->txt("itgr_expandable_open")
42  );
43  }
$lng
global $DIC
Definition: feed.php:28
+ Here is the caller graph for this function:

Field Documentation

◆ ALWAYS_OPEN

const ilItemGroupBehaviour::ALWAYS_OPEN = 0

◆ EXPANDABLE_CLOSED

const ilItemGroupBehaviour::EXPANDABLE_CLOSED = 1

◆ EXPANDABLE_OPEN

const ilItemGroupBehaviour::EXPANDABLE_OPEN = 2

The documentation for this class was generated from the following file: