Puli\Repository\Resource\Collection\LazyResourceCollection::merge PHP Метод

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

Not supported.
public merge ( Puli\Repository\Api\Resource\PuliResource[] | Traversabl\Traversable $resources )
$resources Puli\Repository\Api\Resource\PuliResource[] | Traversabl\Traversable The resources to merge into the collection.
    public function merge($resources)
    {
        throw new BadMethodCallException('Lazy resource collections cannot be modified.');
    }