belvg/generator-collection

N/A

Installs: 1 268

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/belvg/generator-collection

1.2.0 2023-02-24 06:23 UTC

This package is not auto-updated.

Last update: 2025-10-03 18:01:48 UTC


README

How to use:

  protected function initiateGeneratorCollection(
        AbstractCollection $collection,
        int $batch = 1000
    ): GeneratorCollection {
        return $this->generatorCollectionFactory->create([
            'collection' => $collection,
            'batch' => $batch,
        ]);
    }