TYPO3 CMS
TYPO3_6-2
Main Page
Related Pages
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
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
+
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
+
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Files
File List
+
File Members
+
All
$
(
_
a
c
d
e
f
h
i
l
o
p
r
s
t
u
x
+
Functions
_
a
c
d
e
f
i
l
o
p
r
s
u
x
+
Variables
$
(
_
a
d
e
h
i
p
r
s
t
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
FrontendDocumentTemplate.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Backend\Template
;
3
20
class
FrontendDocumentTemplate
extends
\TYPO3\CMS\Backend\Template\DocumentTemplate
{
21
27
public
function
getPageRenderer
() {
28
if
(!isset($this->pageRenderer)) {
29
$this->pageRenderer =
$GLOBALS
[
'TSFE'
]->getPageRenderer();
30
}
31
return
$this->pageRenderer
;
32
}
33
40
public
function
insertHeaderData
() {
41
$this->backPath = (
$GLOBALS
[
'TSFE'
]->backPath = TYPO3_mainDir);
42
$this->pageRenderer->setBackPath($this->backPath);
43
$this->
docStyle
();
44
// Add applied JS/CSS to $GLOBALS['TSFE']
45
if
($this->JScode) {
46
$this->pageRenderer->addHeaderData($this->JScode);
47
}
48
if
(count($this->JScodeArray)) {
49
foreach
($this->JScodeArray as $name => $code) {
50
$this->pageRenderer->addJsInlineCode($name, $code, FALSE);
51
}
52
}
53
}
54
55
}
TYPO3\CMS\Backend\Template\DocumentTemplate\docStyle
docStyle()
Definition:
DocumentTemplate.php:1167
TYPO3\CMS\Backend\Template\DocumentTemplate
Definition:
DocumentTemplate.php:41
TYPO3\CMS\Backend\Template\DocumentTemplate\$pageRenderer
$pageRenderer
Definition:
DocumentTemplate.php:309
TYPO3\CMS\Backend\Template\FrontendDocumentTemplate\insertHeaderData
insertHeaderData()
Definition:
FrontendDocumentTemplate.php:40
TYPO3\CMS\Backend\Template
Definition:
BigDocumentTemplate.php:2
$GLOBALS
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]
Definition:
ext_localconf.php:5
TYPO3\CMS\Backend\Template\FrontendDocumentTemplate
Definition:
FrontendDocumentTemplate.php:20
TYPO3\CMS\Backend\Template\FrontendDocumentTemplate\getPageRenderer
getPageRenderer()
Definition:
FrontendDocumentTemplate.php:27
typo3
sysext
backend
Classes
Template
FrontendDocumentTemplate.php
Generated on Wed Aug 7 2019 09:52:19 for TYPO3 CMS by
1.8.13