dhii / data-container-abstract
数据容器处理功能的摘要。
v0.1-alpha1
2018-04-01 15:13 UTC
Requires
- php: ^5.4 | ^7.0
Requires (Dev)
- codeclimate/php-test-reporter: <=0.3.2
- dhii/data-container-interface: ^0.1 | ^0.2
- dhii/php-cs-fixer-config: ^0.1
- dhii/stringable-interface: ^0.1
- phpunit/phpunit: ^4.8
- ptrofimov/xpmock: ^1.1
Suggests
- dhii/data-container-interface: To be able to set and get containers
- dhii/stringable-interface: To be able to pass Stringable objects instead of strings
This package is auto-updated.
Last update: 2024-09-07 03:29:31 UTC
README
详细信息
数据容器处理功能的摘要。
特性
ContainerAwareTrait
- 容器感知。DataKeyAwareTrait
- 数据键感知。ResolveContainerCapableTrait
- 能够从容器链中获取最内层容器。