| 1 | <?php |
||
| 14 | class Action extends \Object |
||
| 15 | { |
||
| 16 | public static $name = ''; |
||
| 17 | public static $groupAction = false; |
||
| 18 | public static $rowAction = false; |
||
| 19 | |||
| 20 | public static function rowButton($dataManager, $item, $params, $actionParams) |
||
| 24 | |||
| 25 | public static function groupAction($dataManager, $ids, $actionParams) |
||
| 29 | |||
| 30 | } |
||
| 31 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.