Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Sulu
Component
Rest
ListBuilder
Expression
BetweenExpressionInterface
PHP Interface Sulu\Component\Rest\ListBuilder\Expression\BetweenExpressionInterface
Inheritance:
extends
Sulu\Component\Rest\ListBuilder\Expression\BasicExpressionInterface
显示文件
Open project: sulu/sulu
Public Methods
Method
Description
getEnd
( ) :
array
Returns the end value used as second value in a between expression.
getStart
( ) :
array
Returns the start value used as first value in a between expression.
Method Details
getEnd()
public
method
Returns the end value used as second value in a between expression.
public
getEnd
( ) :
array
return
array
getStart()
public
method
Returns the start value used as first value in a between expression.
public
getStart
( ) :
array
return
array