1 | <?php |
||
5 | class WebRes_GetGroupAvailabilityAndPricing |
||
6 | { |
||
7 | |||
8 | /** |
||
9 | * @var int $guid |
||
10 | */ |
||
11 | protected $guid = null; |
||
12 | |||
13 | /** |
||
14 | * @var int $GuestCount |
||
15 | */ |
||
16 | protected $GuestCount = null; |
||
17 | |||
18 | /** |
||
19 | * @var string $Childrens |
||
20 | */ |
||
21 | protected $Childrens = null; |
||
22 | |||
23 | /** |
||
24 | * @var int $RoomQty |
||
25 | */ |
||
26 | protected $RoomQty = null; |
||
27 | |||
28 | /** |
||
29 | * @var string $strListOfRoomTypes |
||
30 | */ |
||
31 | protected $strListOfRoomTypes = null; |
||
32 | |||
33 | /** |
||
34 | * @var string $LanguageCode |
||
35 | */ |
||
36 | protected $LanguageCode = null; |
||
37 | |||
38 | /** |
||
39 | * @var string $GrpID |
||
40 | */ |
||
41 | protected $GrpID = null; |
||
42 | |||
43 | /** |
||
44 | * @var \DateTime $StartDate |
||
45 | */ |
||
46 | protected $StartDate = null; |
||
47 | |||
48 | /** |
||
49 | * @var \DateTime $EndDate |
||
50 | */ |
||
51 | protected $EndDate = null; |
||
52 | |||
53 | /** |
||
54 | * @var TGroupBlocType $BlocType |
||
55 | */ |
||
56 | protected $BlocType = null; |
||
57 | |||
58 | /** |
||
59 | * @var TGroupBlocQtyType $BlocQtyType |
||
60 | */ |
||
61 | protected $BlocQtyType = null; |
||
62 | |||
63 | /** |
||
64 | * @var IAB2BMode $BackToBackMode |
||
65 | */ |
||
66 | protected $BackToBackMode = null; |
||
67 | |||
68 | /** |
||
69 | * @param int $guid |
||
70 | * @param int $GuestCount |
||
71 | * @param string $Childrens |
||
72 | * @param int $RoomQty |
||
73 | * @param string $strListOfRoomTypes |
||
74 | * @param string $LanguageCode |
||
75 | * @param string $GrpID |
||
76 | * @param \DateTime $StartDate |
||
77 | * @param \DateTime $EndDate |
||
78 | * @param TGroupBlocType $BlocType |
||
79 | * @param TGroupBlocQtyType $BlocQtyType |
||
80 | * @param IAB2BMode $BackToBackMode |
||
81 | */ |
||
82 | public function __construct($guid, $GuestCount, $Childrens, $RoomQty, $strListOfRoomTypes, $LanguageCode, $GrpID, \DateTime $StartDate, \DateTime $EndDate, $BlocType, $BlocQtyType, $BackToBackMode) |
||
97 | |||
98 | /** |
||
99 | * @return int |
||
100 | */ |
||
101 | public function getGuid() |
||
105 | |||
106 | /** |
||
107 | * @param int $guid |
||
108 | * @return \Gueststream\PMS\IQWare\API\WebRes_GetGroupAvailabilityAndPricing |
||
109 | */ |
||
110 | public function setGuid($guid) |
||
115 | |||
116 | /** |
||
117 | * @return int |
||
118 | */ |
||
119 | public function getGuestCount() |
||
123 | |||
124 | /** |
||
125 | * @param int $GuestCount |
||
126 | * @return \Gueststream\PMS\IQWare\API\WebRes_GetGroupAvailabilityAndPricing |
||
127 | */ |
||
128 | public function setGuestCount($GuestCount) |
||
133 | |||
134 | /** |
||
135 | * @return string |
||
136 | */ |
||
137 | public function getChildrens() |
||
141 | |||
142 | /** |
||
143 | * @param string $Childrens |
||
144 | * @return \Gueststream\PMS\IQWare\API\WebRes_GetGroupAvailabilityAndPricing |
||
145 | */ |
||
146 | public function setChildrens($Childrens) |
||
151 | |||
152 | /** |
||
153 | * @return int |
||
154 | */ |
||
155 | public function getRoomQty() |
||
159 | |||
160 | /** |
||
161 | * @param int $RoomQty |
||
162 | * @return \Gueststream\PMS\IQWare\API\WebRes_GetGroupAvailabilityAndPricing |
||
163 | */ |
||
164 | public function setRoomQty($RoomQty) |
||
169 | |||
170 | /** |
||
171 | * @return string |
||
172 | */ |
||
173 | public function getStrListOfRoomTypes() |
||
177 | |||
178 | /** |
||
179 | * @param string $strListOfRoomTypes |
||
180 | * @return \Gueststream\PMS\IQWare\API\WebRes_GetGroupAvailabilityAndPricing |
||
181 | */ |
||
182 | public function setStrListOfRoomTypes($strListOfRoomTypes) |
||
187 | |||
188 | /** |
||
189 | * @return string |
||
190 | */ |
||
191 | public function getLanguageCode() |
||
195 | |||
196 | /** |
||
197 | * @param string $LanguageCode |
||
198 | * @return \Gueststream\PMS\IQWare\API\WebRes_GetGroupAvailabilityAndPricing |
||
199 | */ |
||
200 | public function setLanguageCode($LanguageCode) |
||
205 | |||
206 | /** |
||
207 | * @return string |
||
208 | */ |
||
209 | public function getGrpID() |
||
213 | |||
214 | /** |
||
215 | * @param string $GrpID |
||
216 | * @return \Gueststream\PMS\IQWare\API\WebRes_GetGroupAvailabilityAndPricing |
||
217 | */ |
||
218 | public function setGrpID($GrpID) |
||
223 | |||
224 | /** |
||
225 | * @return \DateTime |
||
226 | */ |
||
227 | public function getStartDate() |
||
239 | |||
240 | /** |
||
241 | * @param \DateTime $StartDate |
||
242 | * @return \Gueststream\PMS\IQWare\API\WebRes_GetGroupAvailabilityAndPricing |
||
243 | */ |
||
244 | public function setStartDate(\DateTime $StartDate) |
||
249 | |||
250 | /** |
||
251 | * @return \DateTime |
||
252 | */ |
||
253 | public function getEndDate() |
||
265 | |||
266 | /** |
||
267 | * @param \DateTime $EndDate |
||
268 | * @return \Gueststream\PMS\IQWare\API\WebRes_GetGroupAvailabilityAndPricing |
||
269 | */ |
||
270 | public function setEndDate(\DateTime $EndDate) |
||
275 | |||
276 | /** |
||
277 | * @return TGroupBlocType |
||
278 | */ |
||
279 | public function getBlocType() |
||
283 | |||
284 | /** |
||
285 | * @param TGroupBlocType $BlocType |
||
286 | * @return \Gueststream\PMS\IQWare\API\WebRes_GetGroupAvailabilityAndPricing |
||
287 | */ |
||
288 | public function setBlocType($BlocType) |
||
293 | |||
294 | /** |
||
295 | * @return TGroupBlocQtyType |
||
296 | */ |
||
297 | public function getBlocQtyType() |
||
301 | |||
302 | /** |
||
303 | * @param TGroupBlocQtyType $BlocQtyType |
||
304 | * @return \Gueststream\PMS\IQWare\API\WebRes_GetGroupAvailabilityAndPricing |
||
305 | */ |
||
306 | public function setBlocQtyType($BlocQtyType) |
||
311 | |||
312 | /** |
||
313 | * @return IAB2BMode |
||
314 | */ |
||
315 | public function getBackToBackMode() |
||
319 | |||
320 | /** |
||
321 | * @param IAB2BMode $BackToBackMode |
||
322 | * @return \Gueststream\PMS\IQWare\API\WebRes_GetGroupAvailabilityAndPricing |
||
323 | */ |
||
324 | public function setBackToBackMode($BackToBackMode) |
||
329 | } |
||
330 |
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..