Zumba\Swivel\MapInterface::add PHP Method

add() public method

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