@@ -60,6 +60,9 @@ discard block |
||
| 60 | 60 | */ |
| 61 | 61 | public $roomType; |
| 62 | 62 | |
| 63 | + /** |
|
| 64 | + * @param integer $id |
|
| 65 | + */ |
|
| 63 | 66 | public function __construct($id, GH6589RoomType $roomType) |
| 64 | 67 | { |
| 65 | 68 | $this->id = $id; |
@@ -96,6 +99,9 @@ discard block |
||
| 96 | 99 | */ |
| 97 | 100 | public $rooms; |
| 98 | 101 | |
| 102 | + /** |
|
| 103 | + * @param integer $id |
|
| 104 | + */ |
|
| 99 | 105 | public function __construct($id) |
| 100 | 106 | { |
| 101 | 107 | $this->id = $id; |