You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public function registerMap(MapInterface $map)
{
$this->maps[$map->getSourceType()][$map->getDestinationType()] = $map;
}
This part of your very useful project give us availability to store only one map between source class and destination class. Is it available to avoid it somehow, to be capable to initialize several maps and choose between them?
I think it would be very convenient to get the mapper with:
This part of your very useful project give us availability to store only one map between source class and destination class. Is it available to avoid it somehow, to be capable to initialize several maps and choose between them?
I think it would be very convenient to get the mapper with:
Because
P.S. Thank you for your wonderful library.
The text was updated successfully, but these errors were encountered: