| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 66 | public function __construct($options) |
||
| 67 | { |
||
| 68 | $this->TID = $options->TID; |
||
| 69 | $this->identifier = new Identifier($options->identifier); |
||
| 70 | $this->serviceProvider = new ServiceProvider($options->serviceProvider); |
||
| 71 | $this->customerRefIDs = $options->passengerTattoo; |
||
| 72 | $this->segmentRefIDs = $options->segmentTattoo; |
||
| 73 | } |
||
| 74 | } |
||
| 75 |