1 | <?php |
||
5 | class WebRes_GetSingleStayValue |
||
6 | { |
||
7 | |||
8 | /** |
||
9 | * @var int $intGUID |
||
10 | */ |
||
11 | protected $intGUID = null; |
||
12 | |||
13 | /** |
||
14 | * @var string $strISOLanguage |
||
15 | */ |
||
16 | protected $strISOLanguage = null; |
||
17 | |||
18 | /** |
||
19 | * @var int $intRoomType |
||
20 | */ |
||
21 | protected $intRoomType = null; |
||
22 | |||
23 | /** |
||
24 | * @var int $intRateID |
||
25 | */ |
||
26 | protected $intRateID = null; |
||
27 | |||
28 | /** |
||
29 | * @var string $strRateSpecial |
||
30 | */ |
||
31 | protected $strRateSpecial = null; |
||
32 | |||
33 | /** |
||
34 | * @var int $intGuestCount |
||
35 | */ |
||
36 | protected $intGuestCount = null; |
||
37 | |||
38 | /** |
||
39 | * @var string $strChildren |
||
40 | */ |
||
41 | protected $strChildren = null; |
||
42 | |||
43 | /** |
||
44 | * @var \DateTime $dArrDate |
||
45 | */ |
||
46 | protected $dArrDate = null; |
||
47 | |||
48 | /** |
||
49 | * @var \DateTime $dDepDate |
||
50 | */ |
||
51 | protected $dDepDate = null; |
||
52 | |||
53 | /** |
||
54 | * @var string $strAttributes |
||
55 | */ |
||
56 | protected $strAttributes = null; |
||
57 | |||
58 | /** |
||
59 | * @var string $strLocations |
||
60 | */ |
||
61 | protected $strLocations = null; |
||
62 | |||
63 | /** |
||
64 | * @var dstElements $dstElements |
||
65 | */ |
||
66 | protected $dstElements = null; |
||
67 | |||
68 | /** |
||
69 | * @var int $intRoomQty |
||
70 | */ |
||
71 | protected $intRoomQty = null; |
||
72 | |||
73 | /** |
||
74 | * @param int $intGUID |
||
75 | * @param string $strISOLanguage |
||
76 | * @param int $intRoomType |
||
77 | * @param int $intRateID |
||
78 | * @param string $strRateSpecial |
||
79 | * @param int $intGuestCount |
||
80 | * @param string $strChildren |
||
81 | * @param \DateTime $dArrDate |
||
82 | * @param \DateTime $dDepDate |
||
83 | * @param string $strAttributes |
||
84 | * @param string $strLocations |
||
85 | * @param dstElements $dstElements |
||
86 | * @param int $intRoomQty |
||
87 | */ |
||
88 | public function __construct($intGUID, $strISOLanguage, $intRoomType, $intRateID, $strRateSpecial, $intGuestCount, $strChildren, \DateTime $dArrDate, \DateTime $dDepDate, $strAttributes, $strLocations, $dstElements, $intRoomQty) |
||
104 | |||
105 | /** |
||
106 | * @return int |
||
107 | */ |
||
108 | public function getIntGUID() |
||
112 | |||
113 | /** |
||
114 | * @param int $intGUID |
||
115 | * @return \Gueststream\PMS\IQWare\API\WebRes_GetSingleStayValue |
||
116 | */ |
||
117 | public function setIntGUID($intGUID) |
||
122 | |||
123 | /** |
||
124 | * @return string |
||
125 | */ |
||
126 | public function getStrISOLanguage() |
||
130 | |||
131 | /** |
||
132 | * @param string $strISOLanguage |
||
133 | * @return \Gueststream\PMS\IQWare\API\WebRes_GetSingleStayValue |
||
134 | */ |
||
135 | public function setStrISOLanguage($strISOLanguage) |
||
140 | |||
141 | /** |
||
142 | * @return int |
||
143 | */ |
||
144 | public function getIntRoomType() |
||
148 | |||
149 | /** |
||
150 | * @param int $intRoomType |
||
151 | * @return \Gueststream\PMS\IQWare\API\WebRes_GetSingleStayValue |
||
152 | */ |
||
153 | public function setIntRoomType($intRoomType) |
||
158 | |||
159 | /** |
||
160 | * @return int |
||
161 | */ |
||
162 | public function getIntRateID() |
||
166 | |||
167 | /** |
||
168 | * @param int $intRateID |
||
169 | * @return \Gueststream\PMS\IQWare\API\WebRes_GetSingleStayValue |
||
170 | */ |
||
171 | public function setIntRateID($intRateID) |
||
176 | |||
177 | /** |
||
178 | * @return string |
||
179 | */ |
||
180 | public function getStrRateSpecial() |
||
184 | |||
185 | /** |
||
186 | * @param string $strRateSpecial |
||
187 | * @return \Gueststream\PMS\IQWare\API\WebRes_GetSingleStayValue |
||
188 | */ |
||
189 | public function setStrRateSpecial($strRateSpecial) |
||
194 | |||
195 | /** |
||
196 | * @return int |
||
197 | */ |
||
198 | public function getIntGuestCount() |
||
202 | |||
203 | /** |
||
204 | * @param int $intGuestCount |
||
205 | * @return \Gueststream\PMS\IQWare\API\WebRes_GetSingleStayValue |
||
206 | */ |
||
207 | public function setIntGuestCount($intGuestCount) |
||
212 | |||
213 | /** |
||
214 | * @return string |
||
215 | */ |
||
216 | public function getStrChildren() |
||
220 | |||
221 | /** |
||
222 | * @param string $strChildren |
||
223 | * @return \Gueststream\PMS\IQWare\API\WebRes_GetSingleStayValue |
||
224 | */ |
||
225 | public function setStrChildren($strChildren) |
||
230 | |||
231 | /** |
||
232 | * @return \DateTime |
||
233 | */ |
||
234 | public function getDArrDate() |
||
246 | |||
247 | /** |
||
248 | * @param \DateTime $dArrDate |
||
249 | * @return \Gueststream\PMS\IQWare\API\WebRes_GetSingleStayValue |
||
250 | */ |
||
251 | public function setDArrDate(\DateTime $dArrDate) |
||
256 | |||
257 | /** |
||
258 | * @return \DateTime |
||
259 | */ |
||
260 | public function getDDepDate() |
||
272 | |||
273 | /** |
||
274 | * @param \DateTime $dDepDate |
||
275 | * @return \Gueststream\PMS\IQWare\API\WebRes_GetSingleStayValue |
||
276 | */ |
||
277 | public function setDDepDate(\DateTime $dDepDate) |
||
282 | |||
283 | /** |
||
284 | * @return string |
||
285 | */ |
||
286 | public function getStrAttributes() |
||
290 | |||
291 | /** |
||
292 | * @param string $strAttributes |
||
293 | * @return \Gueststream\PMS\IQWare\API\WebRes_GetSingleStayValue |
||
294 | */ |
||
295 | public function setStrAttributes($strAttributes) |
||
300 | |||
301 | /** |
||
302 | * @return string |
||
303 | */ |
||
304 | public function getStrLocations() |
||
308 | |||
309 | /** |
||
310 | * @param string $strLocations |
||
311 | * @return \Gueststream\PMS\IQWare\API\WebRes_GetSingleStayValue |
||
312 | */ |
||
313 | public function setStrLocations($strLocations) |
||
318 | |||
319 | /** |
||
320 | * @return dstElements |
||
321 | */ |
||
322 | public function getDstElements() |
||
326 | |||
327 | /** |
||
328 | * @param dstElements $dstElements |
||
329 | * @return \Gueststream\PMS\IQWare\API\WebRes_GetSingleStayValue |
||
330 | */ |
||
331 | public function setDstElements($dstElements) |
||
336 | |||
337 | /** |
||
338 | * @return int |
||
339 | */ |
||
340 | public function getIntRoomQty() |
||
344 | |||
345 | /** |
||
346 | * @param int $intRoomQty |
||
347 | * @return \Gueststream\PMS\IQWare\API\WebRes_GetSingleStayValue |
||
348 | */ |
||
349 | public function setIntRoomQty($intRoomQty) |
||
354 | } |
||
355 |
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..