Lines Matching refs:section
394 foreach ($prepend as $section => $data) {
395 $config_cascade[$key][$section] = array_merge($data, $config_cascade[$key][$section]);
397 foreach ($append as $section => $data) {
398 $config_cascade[$key][$section] = array_merge($config_cascade[$key][$section], $data);
414 foreach (array_keys($this->config) as $section) {
415 if (isset($config[$section])) {
416 $this->config[$section] = array_merge(
417 $this->config[$section],
418 $config[$section]