1 | <?php |
||
5 | class WebRes_GetRatesAndPricesOwnerGuest |
||
6 | { |
||
7 | |||
8 | /** |
||
9 | * @var int $PropertyGUID |
||
10 | */ |
||
11 | protected $PropertyGUID = null; |
||
12 | |||
13 | /** |
||
14 | * @var \DateTime $ArrivalDate |
||
15 | */ |
||
16 | protected $ArrivalDate = null; |
||
17 | |||
18 | /** |
||
19 | * @var \DateTime $DepartureDate |
||
20 | */ |
||
21 | protected $DepartureDate = null; |
||
22 | |||
23 | /** |
||
24 | * @var int $RoomTypeID |
||
25 | */ |
||
26 | protected $RoomTypeID = null; |
||
27 | |||
28 | /** |
||
29 | * @var int $GuestCount |
||
30 | */ |
||
31 | protected $GuestCount = null; |
||
32 | |||
33 | /** |
||
34 | * @var string $strISOLanguage |
||
35 | */ |
||
36 | protected $strISOLanguage = null; |
||
37 | |||
38 | /** |
||
39 | * @var string $strChildren |
||
40 | */ |
||
41 | protected $strChildren = null; |
||
42 | |||
43 | /** |
||
44 | * @var TAccountType $TAccountType |
||
45 | */ |
||
46 | protected $TAccountType = null; |
||
47 | |||
48 | /** |
||
49 | * @param int $PropertyGUID |
||
50 | * @param \DateTime $ArrivalDate |
||
51 | * @param \DateTime $DepartureDate |
||
52 | * @param int $RoomTypeID |
||
53 | * @param int $GuestCount |
||
54 | * @param string $strISOLanguage |
||
55 | * @param string $strChildren |
||
56 | * @param TAccountType $TAccountType |
||
57 | */ |
||
58 | public function __construct($PropertyGUID, \DateTime $ArrivalDate, \DateTime $DepartureDate, $RoomTypeID, $GuestCount, $strISOLanguage, $strChildren, $TAccountType) |
||
69 | |||
70 | /** |
||
71 | * @return int |
||
72 | */ |
||
73 | public function getPropertyGUID() |
||
77 | |||
78 | /** |
||
79 | * @param int $PropertyGUID |
||
80 | * @return \Gueststream\PMS\IQWare\API\WebRes_GetRatesAndPricesOwnerGuest |
||
81 | */ |
||
82 | public function setPropertyGUID($PropertyGUID) |
||
87 | |||
88 | /** |
||
89 | * @return \DateTime |
||
90 | */ |
||
91 | public function getArrivalDate() |
||
103 | |||
104 | /** |
||
105 | * @param \DateTime $ArrivalDate |
||
106 | * @return \Gueststream\PMS\IQWare\API\WebRes_GetRatesAndPricesOwnerGuest |
||
107 | */ |
||
108 | public function setArrivalDate(\DateTime $ArrivalDate) |
||
113 | |||
114 | /** |
||
115 | * @return \DateTime |
||
116 | */ |
||
117 | public function getDepartureDate() |
||
129 | |||
130 | /** |
||
131 | * @param \DateTime $DepartureDate |
||
132 | * @return \Gueststream\PMS\IQWare\API\WebRes_GetRatesAndPricesOwnerGuest |
||
133 | */ |
||
134 | public function setDepartureDate(\DateTime $DepartureDate) |
||
139 | |||
140 | /** |
||
141 | * @return int |
||
142 | */ |
||
143 | public function getRoomTypeID() |
||
147 | |||
148 | /** |
||
149 | * @param int $RoomTypeID |
||
150 | * @return \Gueststream\PMS\IQWare\API\WebRes_GetRatesAndPricesOwnerGuest |
||
151 | */ |
||
152 | public function setRoomTypeID($RoomTypeID) |
||
157 | |||
158 | /** |
||
159 | * @return int |
||
160 | */ |
||
161 | public function getGuestCount() |
||
165 | |||
166 | /** |
||
167 | * @param int $GuestCount |
||
168 | * @return \Gueststream\PMS\IQWare\API\WebRes_GetRatesAndPricesOwnerGuest |
||
169 | */ |
||
170 | public function setGuestCount($GuestCount) |
||
175 | |||
176 | /** |
||
177 | * @return string |
||
178 | */ |
||
179 | public function getStrISOLanguage() |
||
183 | |||
184 | /** |
||
185 | * @param string $strISOLanguage |
||
186 | * @return \Gueststream\PMS\IQWare\API\WebRes_GetRatesAndPricesOwnerGuest |
||
187 | */ |
||
188 | public function setStrISOLanguage($strISOLanguage) |
||
193 | |||
194 | /** |
||
195 | * @return string |
||
196 | */ |
||
197 | public function getStrChildren() |
||
201 | |||
202 | /** |
||
203 | * @param string $strChildren |
||
204 | * @return \Gueststream\PMS\IQWare\API\WebRes_GetRatesAndPricesOwnerGuest |
||
205 | */ |
||
206 | public function setStrChildren($strChildren) |
||
211 | |||
212 | /** |
||
213 | * @return TAccountType |
||
214 | */ |
||
215 | public function getTAccountType() |
||
219 | |||
220 | /** |
||
221 | * @param TAccountType $TAccountType |
||
222 | * @return \Gueststream\PMS\IQWare\API\WebRes_GetRatesAndPricesOwnerGuest |
||
223 | */ |
||
224 | public function setTAccountType($TAccountType) |
||
229 | } |
||
230 |
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..