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
PluginHook.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\IndexedSearch\Example
;
3
28
class
PluginHook
{
29
33
public
$pObj
;
34
35
// Is set to a reference to the parent object, "pi1/class.indexedsearch.php"
46
public
function
initialize_postProc
() {
47
$this->pObj->optValues[
'order'
] = array_reverse($this->pObj->optValues[
'order'
]);
48
}
49
57
public
function
getResultRows
($sWArr) {
58
59
}
60
71
public
function
prepareResultRowTemplateData_postProc
($tmplContent, $row, $headerOnly) {
72
$tmplContent[
'description'
] =
'<em>'
. $tmplContent[
'description'
] .
'</em>'
;
73
$tmplContent[
'path'
] =
''
;
74
return
$tmplContent;
75
}
76
77
}
TYPO3\CMS\IndexedSearch\Example
Definition:
CrawlerHook.php:2
TYPO3\CMS\IndexedSearch\Example\PluginHook\initialize_postProc
initialize_postProc()
Definition:
PluginHook.php:46
TYPO3\CMS\IndexedSearch\Example\PluginHook\$pObj
$pObj
Definition:
PluginHook.php:33
TYPO3\CMS\IndexedSearch\Example\PluginHook\prepareResultRowTemplateData_postProc
prepareResultRowTemplateData_postProc($tmplContent, $row, $headerOnly)
Definition:
PluginHook.php:71
TYPO3\CMS\IndexedSearch\Example\PluginHook\getResultRows
getResultRows($sWArr)
Definition:
PluginHook.php:57
TYPO3\CMS\IndexedSearch\Example\PluginHook
Definition:
PluginHook.php:28
typo3
sysext
indexed_search
Classes
Example
PluginHook.php
Generated on Wed Aug 7 2019 09:52:29 for TYPO3 CMS by
1.8.13