Pinq\ICollection::addRange PHP Méthode

addRange() public méthode

The collection will be reindexed.
public addRange ( array | Traversable $values ) : void
$values array | Traversable The values to add
Résultat void
    public function addRange($values);

Usage Example

 public function visitAddValues(Operations\AddValues $operation)
 {
     $this->collection->addRange(Traversable\ScopeEvaluator::evaluateSource($operation->getSource(), $this->parameters));
 }
All Usage Examples Of Pinq\ICollection::addRange