Example #1
0
 /**
  * Sets an extending section for config adapter.
  *
  * @param string $extendingSection
  * @param string $extendedSection
  * @return Enlight_Config
  */
 public function setExtend($extendingSection, $extendedSection = null)
 {
     if ($extendingSection !== $extendedSection) {
         parent::setExtend($extendingSection, $extendedSection);
     }
     return $this;
 }