PHP 인터페이스 KGzocha\Searcher\Context\SearchingContextInterface

저자: Krzysztof Gzocha ([email protected])
파일 보기 프로젝트 열기: krzysztof-gzocha/searcher 0 사용 예제들

공개 메소드들

메소드 설명
getQueryBuilder ( ) : mixed This method should return any service that CriteriaBuilders can invoke in order to do actual Query changes.
getResults ( ) : mixed This method will be used to get results from provided query builder.

메소드 상세

getQueryBuilder() 공개 메소드

This method should return any service that CriteriaBuilders can invoke in order to do actual Query changes.
public getQueryBuilder ( ) : mixed
리턴 mixed

getResults() 공개 메소드

This method have to be implemented in specific SearchingContext's that will extend this class. For memory efficient please do not use simple array to return bigger results.
public getResults ( ) : mixed
리턴 mixed