| 1 | <?php |
||
| 13 | class FlightTypeSelect extends Select |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @var \Bbctypes |
||
| 17 | */ |
||
| 18 | private $flightType; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @inheritDoc |
||
| 22 | */ |
||
| 23 | public function __construct($name, array $options = [], \DoliDB $db) |
||
| 40 | |||
| 41 | /** |
||
| 42 | * Build the options of the select |
||
| 43 | */ |
||
| 44 | private function buildOptions() |
||
| 50 | |||
| 51 | |||
| 52 | } |