lbacik/object-collection
最新稳定版本:v0.1
Composer 安装命令:
composer require lbacik/object-collection
包简介
Object collection based on SPL ArrayObject class
README 文档
README
Install with composer:
composer require lbacik/object-collection
Example
Declaration
use App\MyObject; use Sushi\ObjectCollection class MyObjectCollection extends ObjectCollection { static string $type = MyObject::class; }
Usage
$myCollection = new MyObjectCollection([ new MyObject('foo'), new MyObject('bar'), ]);
统计信息
- 总下载量: 211
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-2.0-or-later
- 更新时间: 2022-09-28