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
FileIndexingTask.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Scheduler\Task
;
3
22
class
FileIndexingTask
extends
\TYPO3\CMS\Scheduler\Task\AbstractTask
{
23
27
protected
$indexingConfiguration
;
28
32
protected
$paths
;
33
39
public
function
getIndexingConfiguration
() {
40
return
$this->indexingConfiguration
;
41
}
42
49
public
function
setIndexingConfiguration
(
$indexingConfiguration
) {
50
$this->indexingConfiguration =
$indexingConfiguration
;
51
}
52
58
public
function
getPaths
() {
59
return
$this->paths
;
60
}
61
68
public
function
setPaths
(
$paths
) {
69
$this->paths =
$paths
;
70
}
71
77
public
function
isDisabled
() {
78
return
TRUE;
79
}
80
86
public
function
execute
() {
87
return
FALSE;
88
}
89
90
}
TYPO3\CMS\Scheduler\Task\FileIndexingTask
Definition:
FileIndexingTask.php:22
TYPO3\CMS\Scheduler\Task\FileIndexingTask\setIndexingConfiguration
setIndexingConfiguration($indexingConfiguration)
Definition:
FileIndexingTask.php:49
TYPO3\CMS\Scheduler\Task\FileIndexingTask\getPaths
getPaths()
Definition:
FileIndexingTask.php:58
TYPO3\CMS\Scheduler\Task
Definition:
AbstractTask.php:2
TYPO3\CMS\Scheduler\Task\FileIndexingTask\isDisabled
isDisabled()
Definition:
FileIndexingTask.php:77
TYPO3\CMS\Scheduler\Task\FileIndexingTask\execute
execute()
Definition:
FileIndexingTask.php:86
TYPO3\CMS\Scheduler\Task\FileIndexingTask\setPaths
setPaths($paths)
Definition:
FileIndexingTask.php:68
TYPO3\CMS\Scheduler\Task\FileIndexingTask\getIndexingConfiguration
getIndexingConfiguration()
Definition:
FileIndexingTask.php:39
TYPO3\CMS\Scheduler\Task\AbstractTask
Definition:
AbstractTask.php:24
TYPO3\CMS\Scheduler\Task\FileIndexingTask\$paths
$paths
Definition:
FileIndexingTask.php:32
TYPO3\CMS\Scheduler\Task\FileIndexingTask\$indexingConfiguration
$indexingConfiguration
Definition:
FileIndexingTask.php:27
typo3
sysext
scheduler
Classes
Task
FileIndexingTask.php
Generated on Wed Aug 7 2019 09:52:31 for TYPO3 CMS by
1.8.13