Feature #47499
Add support for CollectionStringCastTransformer
Start date:
2013-04-23
Due date:
% Done:
100%
Estimated time:
PHP Version:
Description
Currently the implementation doesn't support property with type array. I have a small path to add a transformer class to cast collection objects to string. A small modification need to be done in the objectIndexActionRequired, because array_diff_assoc is used to compare the two array. This function has no support for multi dimensional array