PHP Class KGzocha\Searcher\WrappedResultsSearcher
Not recommended to use in development environment due to eventual problems with debugging.
Should be used only if results are supposed to return array or traversable object.
Mostrar archivo
Open project: krzysztof-gzocha/searcher
Public Methods
Method |
Description |
|
__construct ( SearcherInterface $searcher ) |
|
|
search ( KGzocha\Searcher\Criteria\Collection\CriteriaCollectionInterface $criteriaCollection ) |
|
|
Method Details
__construct()
public method
public __construct ( SearcherInterface $searcher ) |
$searcher |
SearcherInterface |
|
public search ( KGzocha\Searcher\Criteria\Collection\CriteriaCollectionInterface $criteriaCollection ) |
$criteriaCollection |
KGzocha\Searcher\Criteria\Collection\CriteriaCollectionInterface |
|