PHP 클래스 KGzocha\Searcher\Context\AbstractSearchingContext

저자: Krzysztof Gzocha
상속: implements KGzocha\Searcher\Context\SearchingContextInterface
파일 보기 프로젝트 열기: krzysztof-gzocha/searcher 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( mixed $queryBuilder ) This method can be overwritten in extending SearchingContext's in order to provide strict type for QueryBuilder.
getQueryBuilder ( )

메소드 상세

__construct() 공개 메소드

This method can be overwritten in extending SearchingContext's in order to provide strict type for QueryBuilder.
public __construct ( mixed $queryBuilder )
$queryBuilder mixed will be used in CriteriaBuilders to impose all the conditions.

getQueryBuilder() 공개 메소드

public getQueryBuilder ( )