| 1 | <?php |
||
| 31 | class SegmentRepetitionControl |
||
| 32 | { |
||
| 33 | /** |
||
| 34 | * @var SegmentControlDetails[] |
||
| 35 | */ |
||
| 36 | public $segmentControlDetails = []; |
||
| 37 | |||
| 38 | /** |
||
| 39 | * SegmentRepetitionControl constructor. |
||
| 40 | * |
||
| 41 | * @param int $groupNumber |
||
| 42 | * @param int $nrOfPassengers |
||
| 43 | */ |
||
| 44 | public function __construct($groupNumber, $nrOfPassengers) |
||
| 51 | } |
||
| 52 |