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
Ordering.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Extbase\Persistence\Generic\Qom
;
3
20
class
Ordering
implements
OrderingInterface
{
21
25
protected
$operand
;
26
30
protected
$order
;
31
38
public
function
__construct
(
DynamicOperandInterface
$operand
,
$order
= \
TYPO3
\CMS\Extbase\Persistence\
QueryInterface::ORDER_ASCENDING
) {
39
$this->operand =
$operand
;
40
$this->order =
$order
;
41
}
42
48
public
function
getOperand
() {
49
return
$this->operand
;
50
}
51
57
public
function
getOrder
() {
58
return
$this->order
;
59
}
60
}
TYPO3\CMS\Extbase\Persistence\Generic\Qom\Ordering\getOperand
getOperand()
Definition:
Ordering.php:48
TYPO3
TYPO3\CMS\Extbase\Persistence\Generic\Qom\Ordering\__construct
__construct(DynamicOperandInterface $operand, $order=\TYPO3\CMS\Extbase\Persistence\QueryInterface::ORDER_ASCENDING)
Definition:
Ordering.php:38
TYPO3\CMS\Extbase\Persistence\Generic\Qom\OrderingInterface
Definition:
OrderingInterface.php:20
TYPO3\CMS\Extbase\Persistence\QueryInterface\ORDER_ASCENDING
const ORDER_ASCENDING
Definition:
QueryInterface.php:117
TYPO3\CMS\Extbase\Persistence\Generic\Qom\Ordering
Definition:
Ordering.php:20
TYPO3\CMS\Extbase\Persistence\Generic\Qom\DynamicOperandInterface
Definition:
DynamicOperandInterface.php:19
TYPO3\CMS\Extbase\Persistence\Generic\Qom\Ordering\getOrder
getOrder()
Definition:
Ordering.php:57
TYPO3\CMS\Extbase\Persistence\Generic\Qom
Definition:
AndInterface.php:2
TYPO3\CMS\Extbase\Persistence\Generic\Qom\Ordering\$order
$order
Definition:
Ordering.php:30
TYPO3\CMS\Extbase\Persistence\Generic\Qom\Ordering\$operand
$operand
Definition:
Ordering.php:25
typo3
sysext
extbase
Classes
Persistence
Generic
Qom
Ordering.php
Generated on Wed Aug 7 2019 09:52:24 for TYPO3 CMS by
1.8.13