Zumba\Swivel\MapInterface::merge PHP Method

merge() public method

Values in $map will overwrite values in this instance. Any number of additional maps may be passed to this method, i.e. $map->merge($map2, $map3, $map4, ...);
public merge ( Zumba\Swivel\MapInterface $map ) : Zumba\Swivel\MapInterface
$map Zumba\Swivel\MapInterface
return Zumba\Swivel\MapInterface
    public function merge(MapInterface $map);