PHP 인터페이스 Smile\ElasticsuiteCore\Search\Request\SortOrderInterface

저자: Aurelien FOUCRET ([email protected])
파일 보기 프로젝트 열기: smile-sa/elasticsuite 0 사용 예제들

공개 메소드들

메소드 설명
getDirection ( ) : string Sort order direction.
getField ( ) : string Field used for sort.
getName ( ) : string Sort order name.
getType ( ) : string Sort order type.

메소드 상세

getDirection() 공개 메소드

Sort order direction.
public getDirection ( ) : string
리턴 string

getField() 공개 메소드

Field used for sort.
public getField ( ) : string
리턴 string

getName() 공개 메소드

Sort order name.
public getName ( ) : string
리턴 string

getType() 공개 메소드

Sort order type.
public getType ( ) : string
리턴 string