1 | <?php |
||
18 | class BackendController extends AbstractController |
||
19 | { |
||
20 | /** |
||
21 | * Basic backend list. |
||
22 | */ |
||
23 | public function listAction() |
||
35 | |||
36 | /** |
||
37 | * Option action |
||
38 | * |
||
39 | * @param \HDNET\Calendarize\Domain\Model\Request\OptionRequest $options |
||
40 | */ |
||
41 | public function optionAction(OptionRequest $options) |
||
49 | |||
50 | /** |
||
51 | * Get option request |
||
52 | * |
||
53 | * @return OptionRequest |
||
54 | */ |
||
55 | protected function getOptions() |
||
59 | |||
60 | /** |
||
61 | * Get the differnet locations for new entries. |
||
62 | * |
||
63 | * @return array |
||
64 | */ |
||
65 | protected function getDifferentTypesAndLocations() |
||
74 | } |
||
75 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.