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.ilPDSelectedItemsBlockSelectedItemsViewGUI.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
ilPDSelectedItemsBlockSelectedItemsViewGUI
extends
ilPDSelectedItemsBlockViewGUI
9
{
13
public
function
getGroups
()
14
{
15
if
($this->viewSettings->isSortedByLocation()) {
16
return
$this->
groupItemsByLocation
();
17
}
18
19
return
$this->
groupItemsByType
();
20
}
21
25
public
function
getScreenId
()
26
{
27
return
'sel_items'
;
28
}
29
33
public
function
getTitle
()
34
{
35
return
$this->lng->txt(
'dash_favourites'
);
36
}
37
41
public
function
supportsSelectAll
()
42
{
43
return
true
;
44
}
45
49
public
function
getIntroductionHtml
()
50
{
51
$tpl
=
new
ilTemplate
(
'tpl.dashboard_intro.html'
,
true
,
true
,
'Services/Dashboard'
);
52
$tpl
->setVariable(
'IMG_PD_LARGE'
, ilObject::_getIcon(
''
,
'big'
,
'pd'
));
53
$tpl
->setVariable(
'TXT_WELCOME'
, $this->lng->txt(
'pdesk_intro'
));
54
//$tpl->setVariable("TXT_INTRO_1", sprintf($this->lng->txt('pdesk_intro2'), $this->lng->txt('rep_add_to_favourites')));
55
56
require_once
'Services/Link/classes/class.ilLink.php'
;
57
$tpl
->setVariable(
'TXT_INTRO_2'
, sprintf(
58
$this->lng->txt(
'pdesk_intro3'
),
59
'<a href="'
.
ilLink::_getStaticLink
(1,
'root'
,
true
) .
'">'
. $this->
getRepositoryTitle
() .
'</a>'
60
));
61
$tpl
->setVariable(
'TXT_INTRO_3'
, $this->lng->txt(
'pdesk_intro4'
));
62
63
return
$tpl
->get();
64
}
65
}
ilTemplate
$tpl
if(isset($_FILES['img_file']['size']) && $_FILES['img_file']['size'] > 0) $tpl
Definition:
imagemanager.php:90
ilPDSelectedItemsBlockViewGUI
Class ilPDSelectedItemsBlockViewGUI.
Definition:
class.ilPDSelectedItemsBlockViewGUI.php:7
ilLink\_getStaticLink
static _getStaticLink( $a_ref_id, $a_type='', $a_fallback_goto=true, $append="")
Get static link.
Definition:
class.ilLink.php:53
ilPDSelectedItemsBlockViewGUI\getRepositoryTitle
getRepositoryTitle()
Definition:
class.ilPDSelectedItemsBlockViewGUI.php:164
ilPDSelectedItemsBlockSelectedItemsViewGUI
Class ilPDSelectedItemsBlockSelectedItemsViewGUI.
Definition:
class.ilPDSelectedItemsBlockSelectedItemsViewGUI.php:8
ilPDSelectedItemsBlockSelectedItemsViewGUI\getTitle
getTitle()
Definition:
class.ilPDSelectedItemsBlockSelectedItemsViewGUI.php:33
ilPDSelectedItemsBlockViewGUI\groupItemsByLocation
groupItemsByLocation()
Definition:
class.ilPDSelectedItemsBlockViewGUI.php:323
ilPDSelectedItemsBlockViewGUI\groupItemsByType
groupItemsByType()
Definition:
class.ilPDSelectedItemsBlockViewGUI.php:199
ilPDSelectedItemsBlockSelectedItemsViewGUI\getGroups
getGroups()
Definition:
class.ilPDSelectedItemsBlockSelectedItemsViewGUI.php:13
ilPDSelectedItemsBlockSelectedItemsViewGUI\getScreenId
getScreenId()
Definition:
class.ilPDSelectedItemsBlockSelectedItemsViewGUI.php:25
ilPDSelectedItemsBlockSelectedItemsViewGUI\getIntroductionHtml
getIntroductionHtml()
Definition:
class.ilPDSelectedItemsBlockSelectedItemsViewGUI.php:49
ilPDSelectedItemsBlockSelectedItemsViewGUI\supportsSelectAll
supportsSelectAll()
Definition:
class.ilPDSelectedItemsBlockSelectedItemsViewGUI.php:41
Services
Dashboard
ItemsBlock
classes
class.ilPDSelectedItemsBlockSelectedItemsViewGUI.php
Generated on Thu Apr 3 2025 20:01:05 for ILIAS by
1.8.13 (using
Doxyfile
)