| 1 | <?php |
||
| 16 | class LocationInfo |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @var string |
||
| 20 | */ |
||
| 21 | public $cityAirport; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * 701 Force request to Airport/City code (depending of type of display) |
||
| 25 | * |
||
| 26 | * @var string |
||
| 27 | */ |
||
| 28 | public $modifier; |
||
| 29 | |||
| 30 | /** |
||
| 31 | * LocationInfo constructor. |
||
| 32 | * |
||
| 33 | * @param string $code |
||
| 34 | */ |
||
| 35 | public function __construct($code) |
||
| 39 | } |
||
| 40 |