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