kdyby/doctrine-collections-lazy

为 doctrine/collections 提供懒加载集合

v1.0.0 2017-05-18 15:26 UTC

This package is auto-updated.

Last update: 2024-09-22 04:28:44 UTC


README

此包提供了 Doctrine/Collections 的懒加载集合实现。

Build Status Downloads this Month Latest stable Coverage Status

安装

安装 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.