ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
r
s
t
w
+
Functions
_
a
b
c
f
g
h
i
r
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
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
7
interface
ilPDSelectedItemsBlockConstants
8
{
9
const
VIEW_SELECTED_ITEMS
= 0;
10
const
VIEW_MY_MEMBERSHIPS
= 1;
11
const
VIEW_MY_STUDYPROGRAMME
= 2;
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
}
ilPDSelectedItemsBlockConstants\VIEW_MY_STUDYPROGRAMME
const VIEW_MY_STUDYPROGRAMME
Definition:
interface.ilPDSelectedItemsBlockConstants.php:11
ilPDSelectedItemsBlockConstants\SORT_BY_LOCATION
const SORT_BY_LOCATION
Definition:
interface.ilPDSelectedItemsBlockConstants.php:14
ilPDSelectedItemsBlockConstants\PRESENTATION_LIST
const PRESENTATION_LIST
Definition:
interface.ilPDSelectedItemsBlockConstants.php:17
ilPDSelectedItemsBlockConstants
Interface ilPDConstants.
Definition:
interface.ilPDSelectedItemsBlockConstants.php:7
ilPDSelectedItemsBlockConstants\VIEW_MY_MEMBERSHIPS
const VIEW_MY_MEMBERSHIPS
Definition:
interface.ilPDSelectedItemsBlockConstants.php:10
ilPDSelectedItemsBlockConstants\SORT_BY_TYPE
const SORT_BY_TYPE
Definition:
interface.ilPDSelectedItemsBlockConstants.php:13
ilPDSelectedItemsBlockConstants\VIEW_SELECTED_ITEMS
const VIEW_SELECTED_ITEMS
Definition:
interface.ilPDSelectedItemsBlockConstants.php:9
ilPDSelectedItemsBlockConstants\SORT_BY_START_DATE
const SORT_BY_START_DATE
Definition:
interface.ilPDSelectedItemsBlockConstants.php:15
ilPDSelectedItemsBlockConstants\PRESENTATION_TILE
const PRESENTATION_TILE
Definition:
interface.ilPDSelectedItemsBlockConstants.php:18
Services
Dashboard
ItemsBlock
interfaces
interface.ilPDSelectedItemsBlockConstants.php
Generated on Sat Apr 5 2025 21:01:29 for ILIAS by
1.8.13 (using
Doxyfile
)