1 | <?php |
||
7 | class Observer |
||
8 | { |
||
9 | public function view(ComponentInterface $component) |
||
13 | |||
14 | public function create(ComponentInterface $component) |
||
18 | |||
19 | public function edit(ComponentInterface $component) |
||
23 | |||
24 | public function delete(ComponentInterface $component) |
||
28 | |||
29 | public function destroy(ComponentInterface $component) |
||
33 | |||
34 | public function restore(ComponentInterface $component) |
||
38 | } |
||
39 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.