1 | <?php |
||
16 | class Configuration implements TemplateGlobalProvider |
||
17 | { |
||
18 | /** |
||
19 | * Array of Silverstrap layouts available. |
||
20 | */ |
||
21 | private static $layouts; |
||
|
|||
22 | |||
23 | |||
24 | /** |
||
25 | * Return the proper layout, depending on the controller. |
||
26 | * |
||
27 | * Check `docs/en/usage.md` to know the exact algorithm used to |
||
28 | * look up the proper layout. |
||
29 | */ |
||
30 | public static function silverstrap_settings() |
||
43 | |||
44 | public static function get_template_global_variables() |
||
50 | } |
||
51 |
This check marks private properties in classes that are never used. Those properties can be removed.