dhii / factory-interface
该软件包已被放弃,不再维护。没有建议替代软件包。
与工厂协同工作的接口。
v0.1
2018-08-29 11:15 UTC
Requires
- php: ^5.3 | ^7.0
- dhii/exception-interface: ^0.1|^0.2
Requires (Dev)
- codeclimate/php-test-reporter: <=0.3.2
- dhii/php-cs-fixer-config: dev-php-5.3
- dhii/stringable-interface: ^0.1
- phpunit/phpunit: ^4.8
- psr/container: ^1.0
- ptrofimov/xpmock: ^1.1
This package is auto-updated.
Last update: 2020-11-30 18:40:38 UTC
README
与工厂协同工作的接口。
接口
FactoryInterface
- 创建事物。DataObjectFactoryInterface
- 创建数据对象。FactoryFactoryInterface
- 创建工厂。例如,可以创建一个从回调或FQN创建的工厂。FactoryAwareInterface
- 提供一个工厂。