Chris@0: config = $config; Chris@0: $this->oldName = $old_name; Chris@0: } Chris@0: Chris@0: /** Chris@0: * Gets the old configuration object name. Chris@0: * Chris@0: * @return string Chris@0: * The old configuration object name. Chris@0: */ Chris@0: public function getOldName() { Chris@0: return $this->oldName; Chris@0: } Chris@0: Chris@0: }