kartavik/limit-collection
Composer 安装命令:
composer require kartavik/limit-collection
包简介
Base collection with limit size option
README 文档
README
Based on BaseCollection
Install
composer require kartavik/limit-collection
Usage
<?php use Kartavik\LimitCollection; class CustomCollection extends LimitCollection { public function type() : string { return stdClass::class; // see Wearesho\BaseCollection } public function limit() : int { return 5; // here you can put hardcode limit of collection } }
Author
License
统计信息
- 总下载量: 52
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-07-14