1 | <?php |
||
26 | class WBWJQueryDataTablesBundle extends Bundle implements AssetsProviderInterface { |
||
27 | |||
28 | /** |
||
29 | * {@inheritDoc} |
||
30 | */ |
||
31 | public function build(ContainerBuilder $container) { |
||
34 | |||
35 | /** |
||
36 | * {@inheritDoc} |
||
37 | */ |
||
38 | public function getAssetsRelativeDirectory() { |
||
41 | |||
42 | /** |
||
43 | * {@inheritDoc} |
||
44 | */ |
||
45 | public function getContainerExtension() { |
||
48 | } |
||
49 |