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
▼
TYPO3 CMS
TYPO3 CMS
Test List
Todo List
Deprecated List
►
Namespace Members
►
Classes
▼
Files
►
File List
►
File Members
►
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
index.php
Go to the documentation of this file.
1
<?php
19
class
local_t3lib_parsehtml
extends
\TYPO3\CMS\Core\Html\HtmlParser
{
20
31
public
function
processContent
($value, $dir, $conf) {
32
$value = $this->pObj->substituteGlossaryWords_htmlcleaner_callback($value);
33
return
$value;
34
}
35
36
}
37
38
/*
39
* @deprecated since 6.0, the classname SC_view_help and this file is obsolete
40
* and will be removed with 6.2. The class was renamed and is now located at:
41
* typo3/sysext/cshmanual/Classes/Controller/HelpModuleController.php
42
*/
43
$SOBE
=
\TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance
(
'TYPO3\\CMS\\Cshmanual\\Controller\\HelpModuleController'
);
44
$SOBE
->init();
45
$SOBE
->main();
46
$SOBE
->printContent();
TYPO3\CMS\Core\Html\HtmlParser
Definition:
HtmlParser.php:25
TYPO3\CMS\Core\Utility\GeneralUtility\makeInstance
static makeInstance($className)
Definition:
GeneralUtility.php:4424
$SOBE
$SOBE
Definition:
index.php:43
local_t3lib_parsehtml\processContent
processContent($value, $dir, $conf)
Definition:
index.php:31
local_t3lib_parsehtml
Definition:
index.php:19
typo3
sysext
cshmanual
mod
index.php
Generated on Wed Aug 7 2019 09:52:17 for TYPO3 CMS by
1.8.13