AppserverIo\Appserver\PersistenceContainer\StatefulSessionBeanMap::addAll PHP Method

addAll() public method

This method appends all elements of the passed array to the Collection.
public addAll ( array $array ) : AppserverIo\Collections\CollectionInterface
$array array Holds the array with the values to add
return AppserverIo\Collections\CollectionInterface The instance
    public function addAll($array)
    {
        $this->items->merge($array);
    }