PHP Interface Smile\ElasticsuiteCore\Search\Request\SortOrderInterface

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

Public Methods

Method 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 method

Sort order direction.
public getDirection ( ) : string
return string

getField() public method

Field used for sort.
public getField ( ) : string
return string

getName() public method

Sort order name.
public getName ( ) : string
return string

getType() public method

Sort order type.
public getType ( ) : string
return string