Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
53 | public static function onMakeGlobalVariablesScript( array &$vars, OutputPage $outputPage ) { |
||
54 | global $egMapsGlobalJSVars; |
||
55 | |||
56 | $vars['egMapsDebugJS'] = $GLOBALS['egMapsDebugJS']; |
||
57 | $vars['egMapsAvailableServices'] = $GLOBALS['egMapsAvailableServices']; |
||
58 | |||
59 | $vars += $egMapsGlobalJSVars; |
||
60 | |||
61 | return true; |
||
62 | } |
||
63 | |||
65 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.