ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
interface.ilPDSelectedItemsBlockConstants.php
Go to the documentation of this file.
1 <?php
2 
20 {
21  public const VIEW_SELECTED_ITEMS = 0;
22  public const VIEW_MY_MEMBERSHIPS = 1;
23  public const VIEW_MY_STUDYPROGRAMME = 2;
24 
25  public const SORT_BY_TYPE = 'type';
26  public const SORT_BY_LOCATION = 'location';
27  public const SORT_BY_START_DATE = 'start_date';
28  public const SORT_BY_ALPHABET = 'alphabet';
29 
30  public const PRESENTATION_LIST = "list";
31  public const PRESENTATION_TILE = "tile";
32 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...