Zumba\Swivel\MapInterface::merge PHP Метод

merge() публичный Метод

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
Результат Zumba\Swivel\MapInterface
    public function merge(MapInterface $map);