1 | <?php |
||
13 | class AuraSqlQueryDeleteProvider implements ProviderInterface |
||
14 | { |
||
15 | /** |
||
16 | * @var string |
||
17 | */ |
||
18 | private $db; |
||
19 | |||
20 | /** |
||
21 | * @param string $db The database type |
||
22 | * |
||
23 | * @AuraSqlQueryConfig |
||
24 | */ |
||
25 | 5 | public function __construct(string $db) |
|
29 | |||
30 | /** |
||
31 | * {@inheritdoc} |
||
32 | */ |
||
33 | 5 | public function get() |
|
37 | } |
||
38 |