Hybrid finder results

This commit is contained in:
Tim Nagel 2012-02-24 09:50:46 +11:00
commit 76f447ba7d
5 changed files with 72 additions and 1 deletions

View file

@ -16,6 +16,8 @@ interface ElasticaToModelTransformerInterface
**/
function transform(array $elasticaObjects);
function hybridTransform(array $elasticaObjects);
/**
* Returns the object class used by the transformer.
*