kdyby / doctrine-collections-lazy
为 doctrine/collections 提供懒加载集合
v1.0.0
2017-05-18 15:26 UTC
Requires
- php: ^5.6 || ^7.0
- doctrine/collections: ~1.2
Requires (Dev)
- nette/tester: ~1.7
This package is auto-updated.
Last update: 2024-09-22 04:28:44 UTC
README
此包提供了 Doctrine/Collections 的懒加载集合实现。
安装
安装 Kdyby/DoctrineCollectionsLazy 的最佳方法是使用 Composer
$ composer require kdyby/doctrine-collections-lazy
用法
$collection = new LazyCollection(function () { return [1 => 2, 3 => 4]; });
主页 http://www.kdyby.org 和仓库 http://github.com/Kdyby/DoctrineCollectionsLazy.