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
UpperCase.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Extbase\Persistence\Generic\Qom
;
3
27
class
UpperCase
implements
UpperCaseInterface
{
28
32
protected
$operand
;
33
39
public
function
__construct
(
PropertyValueInterface
$operand
) {
40
$this->operand =
$operand
;
41
}
42
48
public
function
getOperand
() {
49
return
$this->operand
;
50
}
51
57
public
function
getSelectorName
() {
58
return
$this->operand->getSelectorName();
59
}
60
66
public
function
getPropertyName
() {
67
return
'UPPER'
. $this->operand->getPropertyName();
68
}
69
}
TYPO3\CMS\Extbase\Persistence\Generic\Qom\UpperCase\$operand
$operand
Definition:
UpperCase.php:32
TYPO3\CMS\Extbase\Persistence\Generic\Qom\UpperCase\getSelectorName
getSelectorName()
Definition:
UpperCase.php:57
TYPO3\CMS\Extbase\Persistence\Generic\Qom\UpperCase\__construct
__construct(PropertyValueInterface $operand)
Definition:
UpperCase.php:39
TYPO3\CMS\Extbase\Persistence\Generic\Qom\UpperCaseInterface
Definition:
UpperCaseInterface.php:25
TYPO3\CMS\Extbase\Persistence\Generic\Qom\UpperCase\getPropertyName
getPropertyName()
Definition:
UpperCase.php:66
TYPO3\CMS\Extbase\Persistence\Generic\Qom\UpperCase
Definition:
UpperCase.php:27
TYPO3\CMS\Extbase\Persistence\Generic\Qom
Definition:
AndInterface.php:2
TYPO3\CMS\Extbase\Persistence\Generic\Qom\UpperCase\getOperand
getOperand()
Definition:
UpperCase.php:48
TYPO3\CMS\Extbase\Persistence\Generic\Qom\PropertyValueInterface
Definition:
PropertyValueInterface.php:27
typo3
sysext
extbase
Classes
Persistence
Generic
Qom
UpperCase.php
Generated on Wed Aug 7 2019 09:52:24 for TYPO3 CMS by
1.8.13