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.ilPortfolioTemplatePageGUI.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2019 ILIAS open source, Extended GPL, see docs/LICENSE */
4
13
class
ilPortfolioTemplatePageGUI
extends
ilPortfolioPageGUI
14
{
15
public
function
getParentType
()
16
{
17
return
"prtt"
;
18
}
19
20
protected
function
getPageContentUserId
($a_user_id)
21
{
22
$ilUser
=
$this->user
;
23
24
// user
25
if
(!$this->may_write) {
26
return
$ilUser
->getId();
27
}
28
// author
29
else
{
30
return
$a_user_id;
31
}
32
}
33
34
public
function
showPage
()
35
{
36
if
(!$this->
getPageObject
()) {
37
return
;
38
}
39
40
switch
($this->
getPageObject
()->getType()) {
41
case
ilPortfolioTemplatePage::TYPE_BLOG_TEMPLATE
:
42
return
$this->
renderPageElement
(
"BlogTemplate"
, $this->
renderBlogTemplate
());
43
44
default
:
45
46
// needed for placeholders
47
$this->tpl->addCss(
ilObjStyleSheet::getPlaceHolderStylePath
());
48
49
return
parent::showPage();
50
}
51
}
52
53
protected
function
renderPageElement
(
$a_type
, $a_html)
54
{
55
return
parent::renderPageElement(
$a_type
, $this->
addPlaceholderInfo
($a_html));
56
}
57
58
protected
function
addPlaceholderInfo
($a_html)
59
{
60
return
'<fieldset style="border: 1px dashed red; padding: 3px; margin: 5px;">'
.
61
'<legend style="color: red; font-style: italic;" class="small">'
.
62
$this->lng->txt(
"prtf_template_editor_placeholder_info"
) .
63
'</legend>'
.
64
trim($a_html) .
65
'</fieldset>'
;
66
}
67
68
protected
function
renderBlogTemplate
()
69
{
70
return
$this->
renderTeaser
(
"blog_template"
, $this->lng->txt(
"obj_blog"
));
71
}
72
79
public
function
getViewPageLink
()
80
{
81
global
$DIC
;
82
83
$ctrl
= $DIC->ctrl();
84
85
$ctrl
->setParameterByClass(
"ilobjportfoliotemplategui"
,
"user_page"
, $this->requested_ppage);
86
return
$ctrl
->getLinkTargetByClass(
"ilobjportfoliotemplategui"
,
"preview"
);
87
}
88
92
protected
function
getCourseSortAction
(
$ctrl
)
93
{
94
return
$ctrl
->getFormActionByClass(
"ilobjportfoliotemplategui"
,
"preview"
);
95
}
96
}
ilObjStyleSheet\getPlaceHolderStylePath
static getPlaceHolderStylePath()
get placeholder style path (for Page Layouts)
Definition:
class.ilObjStyleSheet.php:1877
ilPageObjectGUI\getPageObject
getPageObject()
Get Page Object.
Definition:
class.ilPageObjectGUI.php:356
ilPortfolioTemplatePageGUI\getViewPageLink
getViewPageLink()
Get view page link.
Definition:
class.ilPortfolioTemplatePageGUI.php:79
ilPortfolioTemplatePageGUI\renderBlogTemplate
renderBlogTemplate()
Definition:
class.ilPortfolioTemplatePageGUI.php:68
ilPageObjectGUI\$user
$user
Definition:
class.ilPageObjectGUI.php:63
ilPortfolioPageGUI
Portfolio page gui class.
Definition:
class.ilPortfolioPageGUI.php:14
ilPortfolioTemplatePageGUI\getCourseSortAction
getCourseSortAction($ctrl)
Definition:
class.ilPortfolioTemplatePageGUI.php:92
$a_type
$a_type
Definition:
workflow.php:92
ilPortfolioTemplatePageGUI\renderPageElement
renderPageElement($a_type, $a_html)
Definition:
class.ilPortfolioTemplatePageGUI.php:53
ilPortfolioTemplatePageGUI\getParentType
getParentType()
Definition:
class.ilPortfolioTemplatePageGUI.php:15
ilPortfolioTemplatePageGUI\addPlaceholderInfo
addPlaceholderInfo($a_html)
Definition:
class.ilPortfolioTemplatePageGUI.php:58
$ilUser
$ilUser
Definition:
imgupload.php:18
ilPortfolioTemplatePageGUI\getPageContentUserId
getPageContentUserId($a_user_id)
Definition:
class.ilPortfolioTemplatePageGUI.php:20
ilPortfolioTemplatePage\TYPE_BLOG_TEMPLATE
const TYPE_BLOG_TEMPLATE
Definition:
class.ilPortfolioTemplatePage.php:12
ilPageObjectGUI\$ctrl
$ctrl
Definition:
class.ilPageObjectGUI.php:38
ilPortfolioPageGUI\renderTeaser
renderTeaser($a_type, $a_title, $a_options=null)
Definition:
class.ilPortfolioPageGUI.php:319
$DIC
$DIC
Definition:
xapitoken.php:46
ilPortfolioTemplatePageGUI\showPage
showPage()
Definition:
class.ilPortfolioTemplatePageGUI.php:34
ilPortfolioTemplatePageGUI
Portfolio template page gui class.
Definition:
class.ilPortfolioTemplatePageGUI.php:13
Modules
Portfolio
classes
class.ilPortfolioTemplatePageGUI.php
Generated on Thu Apr 3 2025 20:00:53 for ILIAS by
1.8.13 (using
Doxyfile
)