if (\
is_array($extendingSection) &&
$this->_sectionSeparator !== null
) { $extendingSection =
implode($this->_sectionSeparator,
$extendingSection);
} if (\
is_array($extendedSection) &&
$this->_sectionSeparator !== null
) { $extendedSection =
implode($this->_sectionSeparator,
$extendedSection);
} $this->
setExtend($extendingSection,
$extendedSection);
$extendingSection =
$extendedSection;
} } else { $this->
_assertValidExtend($this->_section,
$extends);
$this->
setExtend($this->_section,
$extends);
} return $this;
} /**
* Returns the current config adapter.
*
* @return Enlight_Config_Adapter|null
*/