Fixing identifier field not being set in TransformerCollection

This commit is contained in:
Richard Miller 2012-09-24 23:15:05 +01:00
commit 5f1e1326d5
6 changed files with 53 additions and 10 deletions

View file

@ -24,4 +24,11 @@ interface ElasticaToModelTransformerInterface
* @return string
*/
function getObjectClass();
/**
* Returns the identifier field from the options
*
* @return string the identifier field
*/
function getIdentifierField();
}