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
index.php
Go to the documentation of this file.
1
<?php
23
$SOBE
=
\TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance
(
'TYPO3\\CMS\\Func\\Controller\\PageFunctionsController'
);
24
$SOBE
->init();
25
// Include files?
26
// @deprecated since 6.2 (see ExtensionManagementUtility::insertModuleFunction)
27
foreach
(
$SOBE
->include_once as $INC_FILE) {
28
include_once $INC_FILE;
29
}
30
// Checking for first level external objects
31
$SOBE
->checkExtObj();
32
// Repeat Include files! - if any files has been added by second-level extensions
33
// @deprecated since 6.2 (see ExtensionManagementUtility::insertModuleFunction)
34
foreach
(
$SOBE
->include_once as $INC_FILE) {
35
include_once $INC_FILE;
36
}
37
// Checking second level external objects
38
$SOBE
->checkSubExtObj();
39
$SOBE
->main();
40
$SOBE
->printContent();
TYPO3\CMS\Core\Utility\GeneralUtility\makeInstance
static makeInstance($className)
Definition:
GeneralUtility.php:4424
$SOBE
$SOBE
Definition:
index.php:43
typo3
sysext
func
mod1
index.php
Generated on Wed Aug 7 2019 09:52:17 for TYPO3 CMS by
1.8.13