ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
interface.ilPDSelectedItemsBlockConstants.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 1998-2017 ILIAS open source, Extended GPL, see docs/LICENSE */
3 
8 {
9  const VIEW_SELECTED_ITEMS = 0;
12 
13  const SORT_BY_TYPE = 'type';
14  const SORT_BY_LOCATION = 'location';
15  const SORT_BY_START_DATE = 'start_date';
16 
17  const PRESENTATION_LIST = "list";
18  const PRESENTATION_TILE = "tile";
19 }