| 1 | <?php | ||
| 11 | class BalloonSelect extends Select | ||
| 12 | { | ||
| 13 | /** | ||
| 14 | * @var \DoliDB | ||
| 15 | */ | ||
| 16 | private $db; | ||
| 17 | |||
| 18 | /** | ||
| 19 | * @inheritDoc | ||
| 20 | */ | ||
| 21 | public function __construct($name, \DoliDB $db, array $options = []) | ||
| 27 | |||
| 28 | /** | ||
| 29 | * Builds the options values of the select. | ||
| 30 | */ | ||
| 31 | private function buildOptions() | ||
| 54 | } |