| 1 | <?php |
||
| 9 | final class SupplierBillSelect extends Select |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @var \DoliDB |
||
| 13 | */ |
||
| 14 | private $db; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @param string $name |
||
| 18 | * @param \DoliDB $db |
||
| 19 | * @param array $options |
||
| 20 | */ |
||
| 21 | public function __construct($name, \DoliDB $db, $options = []) |
||
| 27 | |||
| 28 | /** |
||
| 29 | * Build the options of the select |
||
| 30 | */ |
||
| 31 | private function buildOptions() |
||
| 59 | |||
| 60 | |||
| 61 | } |