| 1 | <?php |
||
| 25 | class JQueryDataTablesBundle extends Bundle implements AssetsProviderInterface { |
||
| 26 | |||
| 27 | /** |
||
| 28 | * DataTables version. |
||
| 29 | * |
||
| 30 | * @var string |
||
| 31 | */ |
||
| 32 | const DATATABLES_VERSION = "1.10.16"; |
||
| 33 | |||
| 34 | /** |
||
| 35 | * {@inheritdoc} |
||
| 36 | */ |
||
| 37 | public function build(ContainerBuilder $container) { |
||
| 40 | |||
| 41 | /** |
||
| 42 | * {@inheritdoc} |
||
| 43 | */ |
||
| 44 | public function getAssetsRelativeDirectory() { |
||
| 47 | |||
| 48 | } |
||
| 49 |