ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ 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
s
t
w
+
Functions
_
a
b
c
f
g
h
i
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
class.ilPDSelectedItemsBlockMembershipsViewGUI.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2017 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
8
class
ilPDSelectedItemsBlockMembershipsViewGUI
extends
ilPDSelectedItemsBlockViewGUI
9
{
13
public
function
getGroups
()
14
{
15
if
($this->viewSettings->isSortedByLocation()) {
16
return
$this->
groupItemsByLocation
();
17
} elseif ($this->viewSettings->isSortedByStartDate()) {
18
return
$this->
groupItemsByStartDate
();
19
}
20
21
return
$this->
groupItemsByType
();
22
}
23
27
public
function
getScreenId
()
28
{
29
return
'crs_grp'
;
30
}
31
35
public
function
getTitle
()
36
{
37
return
$this->lng->txt(
'my_courses_groups'
);
38
}
39
43
public
function
supportsSelectAll
()
44
{
45
return
false
;
46
}
47
51
public
function
mayRemoveItem
(
$refId
)
52
{
53
return
$this->accessHandler->checkAccess(
'leave'
,
$refId
);
54
}
55
59
public
function
getIntroductionHtml
()
60
{
61
$tpl
=
new
ilTemplate
(
'tpl.dashboard_my_memberships_intro.html'
,
true
,
true
,
'Services/Dashboard'
);
62
$tpl
->setVariable(
'IMG_PD_LARGE'
, ilObject::_getIcon(
''
,
'big'
,
'pd'
));
63
$tpl
->setVariable(
'TXT_WELCOME'
, $this->lng->txt(
'pd_my_memberships_intro'
));
64
$tpl
->setVariable(
'TXT_INTRO_1'
, $this->lng->txt(
'pd_my_memberships_intro2'
));
65
66
return
$tpl
->get();
67
}
68
}
ilTemplate
ilPDSelectedItemsBlockMembershipsViewGUI\getIntroductionHtml
getIntroductionHtml()
Definition:
class.ilPDSelectedItemsBlockMembershipsViewGUI.php:59
$tpl
if(isset($_FILES['img_file']['size']) && $_FILES['img_file']['size'] > 0) $tpl
Definition:
imagemanager.php:90
ilPDSelectedItemsBlockMembershipsViewGUI
Class ilPDSelectedItemsBlockMembershipsViewGUI.
Definition:
class.ilPDSelectedItemsBlockMembershipsViewGUI.php:8
ilPDSelectedItemsBlockViewGUI
Class ilPDSelectedItemsBlockViewGUI.
Definition:
class.ilPDSelectedItemsBlockViewGUI.php:7
$refId
$refId
Definition:
xapitoken.php:42
ilPDSelectedItemsBlockMembershipsViewGUI\supportsSelectAll
supportsSelectAll()
Definition:
class.ilPDSelectedItemsBlockMembershipsViewGUI.php:43
ilPDSelectedItemsBlockMembershipsViewGUI\getTitle
getTitle()
Definition:
class.ilPDSelectedItemsBlockMembershipsViewGUI.php:35
ilPDSelectedItemsBlockViewGUI\groupItemsByLocation
groupItemsByLocation()
Definition:
class.ilPDSelectedItemsBlockViewGUI.php:323
ilPDSelectedItemsBlockViewGUI\groupItemsByType
groupItemsByType()
Definition:
class.ilPDSelectedItemsBlockViewGUI.php:199
ilPDSelectedItemsBlockMembershipsViewGUI\mayRemoveItem
mayRemoveItem($refId)
Definition:
class.ilPDSelectedItemsBlockMembershipsViewGUI.php:51
ilPDSelectedItemsBlockMembershipsViewGUI\getGroups
getGroups()
Definition:
class.ilPDSelectedItemsBlockMembershipsViewGUI.php:13
ilPDSelectedItemsBlockViewGUI\groupItemsByStartDate
groupItemsByStartDate()
Definition:
class.ilPDSelectedItemsBlockViewGUI.php:232
ilPDSelectedItemsBlockMembershipsViewGUI\getScreenId
getScreenId()
Definition:
class.ilPDSelectedItemsBlockMembershipsViewGUI.php:27
Services
Dashboard
ItemsBlock
classes
class.ilPDSelectedItemsBlockMembershipsViewGUI.php
Generated on Fri Apr 4 2025 20:01:23 for ILIAS by
1.8.13 (using
Doxyfile
)