PHP Interface KGzocha\Searcher\Context\SearchingContextInterface

Author: Krzysztof Gzocha ([email protected])
Afficher le fichier Open project: krzysztof-gzocha/searcher Interface Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

getQueryBuilder() public méthode

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

getResults() public méthode

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
Résultat mixed