1 | <?php |
||
26 | class JQueryDataTablesBundle extends Bundle implements AssetsProviderInterface { |
||
27 | |||
28 | /** |
||
29 | * DataTables version. |
||
30 | * |
||
31 | * @var string |
||
32 | * @deprecated since 2.1.0 |
||
33 | */ |
||
34 | const DATATABLES_VERSION = DataTablesVersionInterface::DATATABLES_VERSION; |
||
35 | |||
36 | /** |
||
37 | * {@inheritDoc} |
||
38 | */ |
||
39 | public function build(ContainerBuilder $container) { |
||
42 | |||
43 | /** |
||
44 | * {@inheritDoc} |
||
45 | */ |
||
46 | public function getAssetsRelativeDirectory() { |
||
49 | |||
50 | /** |
||
51 | * {@inheritDoc} |
||
52 | */ |
||
53 | public function getContainerExtension() { |
||
56 | } |
||
57 |