| @@ 81-89 (lines=9) @@ | ||
| 78 | * @param int $RoomId |
|
| 79 | * @param int $RoomTypeId |
|
| 80 | */ |
|
| 81 | public function __construct($Validity, $RestrictionType, $RateYield_MinLengthValidity, $RateCodeId, $RoomId, $RoomTypeId) |
|
| 82 | { |
|
| 83 | $this->Validity = $Validity; |
|
| 84 | $this->RestrictionType = $RestrictionType; |
|
| 85 | $this->RateYield_MinLengthValidity = $RateYield_MinLengthValidity; |
|
| 86 | $this->RateCodeId = $RateCodeId; |
|
| 87 | $this->RoomId = $RoomId; |
|
| 88 | $this->RoomTypeId = $RoomTypeId; |
|
| 89 | } |
|
| 90 | ||
| 91 | /** |
|
| 92 | * @return OwnerReservationRBOValidity |
|
| @@ 76-84 (lines=9) @@ | ||
| 73 | * @param int $RoomTypeId |
|
| 74 | * @param int $RoomId |
|
| 75 | */ |
|
| 76 | public function __construct($Validity, $RestrictionType, $RateYield_MinLengthValidity, $RateCodeId, $RoomTypeId, $RoomId) |
|
| 77 | { |
|
| 78 | $this->Validity = $Validity; |
|
| 79 | $this->RestrictionType = $RestrictionType; |
|
| 80 | $this->RateYield_MinLengthValidity = $RateYield_MinLengthValidity; |
|
| 81 | $this->RateCodeId = $RateCodeId; |
|
| 82 | $this->RoomTypeId = $RoomTypeId; |
|
| 83 | $this->RoomId = $RoomId; |
|
| 84 | } |
|
| 85 | ||
| 86 | /** |
|
| 87 | * @return OwnerReservationValidity |
|