1 | <?php |
||
21 | class PickUser extends Element |
||
22 | { |
||
23 | use PrototypedBindings; |
||
24 | |||
25 | /** |
||
26 | * The options of the element are created with {@link create_options()}. |
||
27 | * |
||
28 | * @inheritdoc |
||
29 | */ |
||
30 | public function __construct(array $attributes = []) |
||
38 | |||
39 | /** |
||
40 | * Creates element's options. |
||
41 | * |
||
42 | * @param array $attributes |
||
43 | * |
||
44 | * @return array |
||
45 | */ |
||
46 | protected function create_options(array $attributes) |
||
53 | } |
||
54 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.