KGzocha\Searcher\Chain\EndTransformer::transform PHP Method

transform() public method

public transform ( $results, KGzocha\Searcher\Criteria\Collection\CriteriaCollectionInterface $criteria )
$criteria KGzocha\Searcher\Criteria\Collection\CriteriaCollectionInterface
    public function transform($results, CriteriaCollectionInterface $criteria)
    {
        throw new \RuntimeException('Transform method on EmptyTransformer should never be called.');
    }
EndTransformer