| 1 | <?php |
||
| 23 | abstract class AbstractDataTablesTwigExtension extends Twig_Extension { |
||
| 24 | |||
| 25 | /** |
||
| 26 | * Constructor. |
||
| 27 | */ |
||
| 28 | public function __construct() { |
||
| 31 | |||
| 32 | protected function dataTablesTable(DataTablesWrapper $dtWrapper) { |
||
| 35 | |||
| 36 | protected function datatablesTFoot(DataTablesWrapper $dtWrapper) { |
||
| 39 | |||
| 40 | protected function datatablesTHead(DataTablesWrapper $dtWrapper) { |
||
| 43 | |||
| 44 | } |
||
| 45 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.