N/A
github.com/Galillei/collectiongenerator
源代码
问题
安装次数: 1,001
依赖者: 0
建议者: 0
安全性: 0
星标: 0
关注者: 2
分支: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
OSL-3.0, AFL-3.0 7f3c23d285d7ad8829032e293ee2ac47555430fa
This package is not auto-updated.
Last update: 2024-09-20 13:17:24 UTC
使用方法
protected function initiateGeneratorCollection( AbstractCollection $collection, int $batch = 1000 ): GeneratorCollection { return $this->generatorCollectionFactory->create([ 'collection' => $collection, 'batch' => $batch, ]); }