1 | <?php |
||
12 | final class PHSubscriptionBundle extends AbstractResourceBundle |
||
13 | { |
||
14 | /** |
||
15 | * {@inheritdoc} |
||
16 | */ |
||
17 | public function getSupportedDrivers(): array |
||
23 | |||
24 | public function build(ContainerBuilder $container): void |
||
29 | |||
30 | /** |
||
31 | * {@inheritdoc} |
||
32 | */ |
||
33 | protected function getModelNamespace(): ?string |
||
37 | } |
||
38 |