PHP 클래스 KGzocha\Searcher\Criteria\OrderByCriteria

저자: Krzysztof Gzocha ([email protected])
상속: implements KGzocha\Searcher\Criteria\OrderByCriteriaInterface
파일 보기 프로젝트 열기: krzysztof-gzocha/searcher

공개 메소드들

메소드 설명
__construct ( null | string $orderBy = null )
getOrderBy ( ) : null | string
setOrderBy ( null | string $orderBy )
shouldBeApplied ( )

메소드 상세

__construct() 공개 메소드

public __construct ( null | string $orderBy = null )
$orderBy null | string

getOrderBy() 공개 메소드

public getOrderBy ( ) : null | string
리턴 null | string

setOrderBy() 공개 메소드

public setOrderBy ( null | string $orderBy )
$orderBy null | string

shouldBeApplied() 공개 메소드

public shouldBeApplied ( )