ILIAS  release_7 Revision v7.30-3-g800a261c036
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{
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}
An exception for terminatinating execution or to throw for unit testing.