@@ -273,6 +273,9 @@ discard block |
||
273 | 273 | return $this->mapper->has($table, 'section', $sectionId); |
274 | 274 | } |
275 | 275 | |
276 | + /** |
|
277 | + * @param string $type |
|
278 | + */ |
|
276 | 279 | private function setupSettingsEntry($settingsClassName, $type) { |
277 | 280 | if (!class_exists($settingsClassName)) { |
278 | 281 | $this->log->debug('Could not find ' . $type . ' section class ' . $settingsClassName); |
@@ -302,6 +305,9 @@ discard block |
||
302 | 305 | } |
303 | 306 | } |
304 | 307 | |
308 | + /** |
|
309 | + * @param string $type |
|
310 | + */ |
|
305 | 311 | private function getSectionTableForType($type) { |
306 | 312 | if($type === 'admin') { |
307 | 313 | return Mapper::TABLE_ADMIN_SECTIONS; |