rebelcode / booking-interface
此包已被弃用且不再维护。未建议替代包。
预订接口。
v0.2
2018-11-07 10:27 UTC
Requires
- php: ^5.3 | ^7.0
- dhii/data-identifiable-interface: ^0.1
- dhii/factory-interface: ^0.1-alpha3
- dhii/time-interface: ^0.1-alpha1
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
- ptrofimov/xpmock: ^1.1
This package is auto-updated.
Last update: 2022-08-10 09:48:12 UTC
README
详细信息
预订系统接口。
接口
BookingInterface
- 将预订表示为一个唯一标识的时间段,用于预留某些资源。BookingAwareInterface
- 表示知道预订实例的对象。StatusAwareInterface
- 表示知道预订状态的对象。ResourceIdsAwareInterface
- 表示知道资源ID的对象。BookingFactoryInterface
- 一个创建预订的工厂。请参阅make()
接受的键的常量。