1 | <?php |
||
12 | class PermissionSearch extends Permission |
||
13 | { |
||
14 | /** |
||
15 | * Modify for custom search rules. |
||
16 | * |
||
17 | * @inheritdoc |
||
18 | */ |
||
19 | public function rules() |
||
23 | |||
24 | /** |
||
25 | * Creates data provider |
||
26 | * |
||
27 | * @param array $params |
||
28 | * |
||
29 | * @return ArrayDataProvider |
||
30 | */ |
||
31 | public function search($params) |
||
50 | } |
||
51 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.