@@ -45,6 +45,9 @@ |
||
45 | 45 | return 'members'; |
46 | 46 | } |
47 | 47 | |
48 | + /** |
|
49 | + * @param string $name |
|
50 | + */ |
|
48 | 51 | protected function fetchSetting($name) |
49 | 52 | { |
50 | 53 | static $content = null; |
@@ -45,6 +45,9 @@ |
||
45 | 45 | return 'members'; |
46 | 46 | } |
47 | 47 | |
48 | + /** |
|
49 | + * @param string $name |
|
50 | + */ |
|
48 | 51 | protected function fetchSetting($name) |
49 | 52 | { |
50 | 53 | static $content = null; |