PHP Интерфейс KGzocha\Searcher\Chain\TransformerInterface

Автор: Krzysztof Gzocha ([email protected])
Показать файл Открыть проект

Открытые методы

Метод Описание
skip ( mixed $results ) : boolean Important! Results might be null when cell will be used as first one.
transform ( mixed $results, KGzocha\Searcher\Criteria\Collection\CriteriaCollectionInterface $criteria ) : KGzocha\Searcher\Criteria\Collection\CriteriaCollectionInterface Will transform previous results and criteria into new one, that will be used in next cell.

Описание методов

skip() публичный Метод

Important! Results might be null when cell will be used as first one.
public skip ( mixed $results ) : boolean
$results mixed
Результат boolean

transform() публичный Метод

Will transform previous results and criteria into new one, that will be used in next cell.
public transform ( mixed $results, KGzocha\Searcher\Criteria\Collection\CriteriaCollectionInterface $criteria ) : KGzocha\Searcher\Criteria\Collection\CriteriaCollectionInterface
$results mixed
$criteria KGzocha\Searcher\Criteria\Collection\CriteriaCollectionInterface
Результат KGzocha\Searcher\Criteria\Collection\CriteriaCollectionInterface