| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 57 | public function __construct($paxId, $ptc, $birthdate, $genderCode, $individual, $contactInfo, $paxRefID = null) |
||
| 58 | { |
||
| 59 | $this->PaxID = $paxId; |
||
| 60 | $this->PTC = $ptc; |
||
| 61 | $this->Birthdate = $birthdate; |
||
| 62 | $this->GenderCode = $genderCode; |
||
| 63 | $this->Individual = $individual; |
||
| 64 | $this->ContactInfo = $contactInfo; |
||
| 65 | $this->PaxRefID = $paxRefID; |
||
| 66 | } |
||
| 68 |