1 | <?php |
||
20 | class DataTablesTwigExtension extends AbstractDataTablesTwigExtension { |
||
21 | |||
22 | /** |
||
23 | * Service name. |
||
24 | * |
||
25 | * @var string |
||
26 | */ |
||
27 | const SERVICE_NAME = "webeweb.bundle.datatablesbundle.twig.extension.datatables"; |
||
28 | |||
29 | /** |
||
30 | * Constructor. |
||
31 | */ |
||
32 | public function __construct() { |
||
35 | |||
36 | } |
||
37 |