Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
26 | public function __construct(TravelOrderChangeOptions $options) |
||
27 | { |
||
28 | $this->Party = new Party($options->party); |
||
29 | $this->Request = new OrderChange\Request( |
||
30 | $options->acceptChange, |
||
31 | $options->updateOrderItem, |
||
32 | $options->dataLists, |
||
33 | new Order( |
||
34 | $options->orderId, |
||
35 | $options->ownerCode |
||
36 | ) |
||
40 |