TYPO3CMS
9.5
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
q
r
s
t
u
v
w
Files
File List
File Members
All
$
d
e
r
u
Functions
Variables
$
e
r
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
4
/*
5
* This file is part of the TYPO3 CMS project.
6
*
7
* It is free software; you can redistribute it and/or modify it under
8
* the terms of the GNU General Public License, either version 2
9
* of the License, or any later version.
10
*
11
* For the full copyright and license information, please read the
12
* LICENSE.txt file that was distributed with this source code.
13
*
14
* The TYPO3 project - inspiring people to share!
15
*/
16
29
class
Selector
implements
SelectorInterface
30
{
34
protected
$nodeTypeName
;
35
39
protected
$selectorName
;
40
47
public
function
__construct
(
$selectorName
,
$nodeTypeName
)
48
{
49
$this->selectorName =
$selectorName
;
50
$this->nodeTypeName =
$nodeTypeName
;
51
}
52
58
public
function
getNodeTypeName
()
59
{
60
return
$this->nodeTypeName
;
61
}
62
69
public
function
getSelectorName
()
70
{
71
return
$this->selectorName
;
72
}
73
}
TYPO3\CMS\Extbase\Persistence\Generic\Qom\Selector\getSelectorName
string getSelectorName()
Definition:
Selector.php:67
TYPO3\CMS\Extbase\Persistence\Generic\Qom\Selector
Definition:
Selector.php:30
TYPO3\CMS\Extbase\Persistence\Generic\Qom\Selector\__construct
__construct($selectorName, $nodeTypeName)
Definition:
Selector.php:45
TYPO3\CMS\Extbase\Persistence\Generic\Qom\SelectorInterface
Definition:
SelectorInterface.php:29
TYPO3\CMS\Extbase\Persistence\Generic\Qom
Definition:
AndInterface.php:2
TYPO3\CMS\Extbase\Persistence\Generic\Qom\Selector\$selectorName
string $selectorName
Definition:
Selector.php:37
TYPO3\CMS\Extbase\Persistence\Generic\Qom\Selector\$nodeTypeName
string $nodeTypeName
Definition:
Selector.php:33
TYPO3\CMS\Extbase\Persistence\Generic\Qom\Selector\getNodeTypeName
string getNodeTypeName()
Definition:
Selector.php:56
doxygen
typo3
sysext
extbase
Classes
Persistence
Generic
Qom
Selector.php
Generated on Tue Oct 5 2021 01:57:29 for TYPO3CMS by
1.8.18