gueststream/bookingconfirmation
Composer 安装命令:
composer require gueststream/bookingconfirmation
包简介
Booking confirmation class used in response to successful bookings.
README 文档
README
This is a simple value object class that contains booking confirmation information and is used in the VRPConnector plugin on the confirmation page to display information to the guests who have just successfully booked a unit.
Install
Via Composer
$ composer require gueststream/bookingconfirmation
Usage
$bookingConfirmation = new Gueststream\Reservations\BookingConfirmation(); $bookingConfirmation->setBookingNumber(1234); $bookingConfirmation->setArrivalDate('2020-12-01'); $bookingConfirmation->setDepartureDate('2020-12-7'); echo $bookingConfirmation->getNights();
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email support@gueststream.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-07-06