1 | <?php |
||
23 | class SWPBridgeBundle extends Bundle |
||
24 | { |
||
25 | /** |
||
26 | * {@inheritdoc} |
||
27 | */ |
||
28 | public function build(ContainerBuilder $container) |
||
35 | |||
36 | /** |
||
37 | * {@inheritdoc} |
||
38 | */ |
||
39 | public function getSupportedDrivers() |
||
45 | |||
46 | /** |
||
47 | * {@inheritdoc} |
||
48 | */ |
||
49 | public function getModelClassNamespace() |
||
53 | } |
||
54 |