| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 44 | public function __construct($type, $id = null, $gate = null, $seat = null, $baggage = null, $baggage_pickup = null) |
||
| 45 | { |
||
| 46 | $this->type = $type; |
||
| 47 | $this->id = $id; |
||
| 48 | $this->gate = $gate; |
||
| 49 | $this->seat = $seat; |
||
| 50 | $this->baggage = $baggage; |
||
| 51 | $this->baggage_pickup = $baggage_pickup; |
||
| 52 | } |
||
| 53 | |||
| 102 |