1 | <?php |
||
11 | class ActionsFlightlog |
||
12 | { |
||
13 | |||
14 | public $results = []; |
||
15 | |||
16 | /** |
||
17 | * Add entry in search list |
||
18 | * |
||
19 | * @param array $searchInfo |
||
20 | * |
||
21 | * @return int |
||
22 | */ |
||
23 | public function addSearchEntry($searchInfo) |
||
35 | |||
36 | /** |
||
37 | * @param $parameter |
||
38 | * @param $object |
||
39 | * @param $action |
||
40 | */ |
||
41 | public function showLinkToObjectBlock($parameter, $object, $action) |
||
51 | |||
52 | /** |
||
53 | * @return string |
||
54 | */ |
||
55 | private function getSqlForLink() |
||
71 | } |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.