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
Selector.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Extbase\Persistence\Generic\Qom
;
3
27
class
Selector
implements
SelectorInterface
{
28
32
protected
$nodeTypeName
;
33
37
protected
$selectorName
;
38
45
public
function
__construct
(
$selectorName
,
$nodeTypeName
) {
46
$this->selectorName =
$selectorName
;
47
$this->nodeTypeName =
$nodeTypeName
;
48
}
49
55
public
function
getNodeTypeName
() {
56
return
$this->nodeTypeName
;
57
}
58
65
public
function
getSelectorName
() {
66
return
$this->selectorName
;
67
}
68
}
TYPO3\CMS\Extbase\Persistence\Generic\Qom\SelectorInterface
Definition:
SelectorInterface.php:27
TYPO3\CMS\Extbase\Persistence\Generic\Qom\Selector\$nodeTypeName
$nodeTypeName
Definition:
Selector.php:32
TYPO3\CMS\Extbase\Persistence\Generic\Qom\Selector\getSelectorName
getSelectorName()
Definition:
Selector.php:65
TYPO3\CMS\Extbase\Persistence\Generic\Qom\Selector\__construct
__construct($selectorName, $nodeTypeName)
Definition:
Selector.php:45
TYPO3\CMS\Extbase\Persistence\Generic\Qom\Selector\getNodeTypeName
getNodeTypeName()
Definition:
Selector.php:55
TYPO3\CMS\Extbase\Persistence\Generic\Qom\Selector
Definition:
Selector.php:27
TYPO3\CMS\Extbase\Persistence\Generic\Qom\Selector\$selectorName
$selectorName
Definition:
Selector.php:37
TYPO3\CMS\Extbase\Persistence\Generic\Qom
Definition:
AndInterface.php:2
typo3
sysext
extbase
Classes
Persistence
Generic
Qom
Selector.php
Generated on Wed Aug 7 2019 09:52:24 for TYPO3 CMS by
1.8.13