| 1 | <?php |
||
| 31 | class ManualDocumentRegistration |
||
| 32 | { |
||
| 33 | /** |
||
| 34 | * @var ManualDocument |
||
| 35 | */ |
||
| 36 | public $document; |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @var str |
||
| 40 | */ |
||
| 41 | public $passengerType; |
||
| 42 | |||
| 43 | /** |
||
| 44 | * ManualDocumentRegistration constructor. |
||
| 45 | * |
||
| 46 | * @param str $passengerType |
||
| 47 | * @param str $companyId |
||
| 48 | * @param str $ticketNumber |
||
| 49 | */ |
||
| 50 | 4 | public function __construct($passengerType, $companyId, $ticketNumber) |
|
| 55 | } |
||
| 56 |