PHP Interface Smile\ElasticsuiteCore\Search\Request\SortOrderInterface

Author: Aurelien FOUCRET ([email protected])
Afficher le fichier Open project: smile-sa/elasticsuite Interface Usage Examples

Méthodes publiques

Méthode Description
getDirection ( ) : string Sort order direction.
getField ( ) : string Field used for sort.
getName ( ) : string Sort order name.
getType ( ) : string Sort order type.

Method Details

getDirection() public méthode

Sort order direction.
public getDirection ( ) : string
Résultat string

getField() public méthode

Field used for sort.
public getField ( ) : string
Résultat string

getName() public méthode

Sort order name.
public getName ( ) : string
Résultat string

getType() public méthode

Sort order type.
public getType ( ) : string
Résultat string