AppserverIo\Appserver\PersistenceContainer\StatefulSessionBeanMap::addAll PHP Метод

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

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
Результат AppserverIo\Collections\CollectionInterface The instance
    public function addAll($array)
    {
        $this->items->merge($array);
    }