1 | <?php |
||
17 | class CampaignAdminExtension extends Extension |
||
18 | { |
||
19 | /** |
||
20 | * Update the Popover menu of `FileFormFactory` with the "Add to campaign" button. |
||
21 | * |
||
22 | * @param FieldList $actions |
||
23 | * @param Controller $controller |
||
24 | * @param string $formName |
||
25 | * @param array $context |
||
26 | */ |
||
27 | public function updateFormActions($actions, $controller, $formName, $context) |
||
36 | } |
||
37 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.