PHP Interface Sulu\Component\Rest\ListBuilder\Expression\BetweenExpressionInterface

Inheritance: extends Sulu\Component\Rest\ListBuilder\Expression\BasicExpressionInterface
Afficher le fichier Open project: sulu/sulu

Méthodes publiques

Méthode 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 méthode

Returns the end value used as second value in a between expression.
public getEnd ( ) : array
Résultat array

getStart() public méthode

Returns the start value used as first value in a between expression.
public getStart ( ) : array
Résultat array