PHP Class KGzocha\Searcher\Context\AbstractSearchingContext

Author: Krzysztof Gzocha
Inheritance: implements KGzocha\Searcher\Context\SearchingContextInterface
Afficher le fichier Open project: krzysztof-gzocha/searcher Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( mixed $queryBuilder ) This method can be overwritten in extending SearchingContext's in order to provide strict type for QueryBuilder.
getQueryBuilder ( )

Method Details

__construct() public méthode

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 méthode

public getQueryBuilder ( )