konekt/common
最新稳定版本:0.1.2
Composer 安装命令:
composer require konekt/common
包简介
Common components and utils to be used across various Konekt libraries
关键字:
README 文档
README
PHP Component Set
v0.1.1 - 2016-03-03
Common components to be used across various Konekt libraries
Enum
Abstract class that enables creation of PHP enums. All you have to do is extend this class and define some constants. Alternative implementation of the SplEnum class (as that is often not available on php installations)
Enum is an object with value from one of those constants (or from one of superclass if any). There is also a __default constant that enables you to create an object without passing enum value.
Credits to Marian Suflaj, http://www.php4every1.com/scripts/php-enum/
统计信息
- 总下载量: 261
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-08-30