Collections\DictionaryInterface::merge PHP Method

merge() public method

Adds every key-value pair in $newItems to the dictionary.
public merge ( $newItems ) : static
$newItems
return static
    public function merge($newItems);