configName = $configName; } public function getConfigName(){ return $this->configName; } public function setConfigName($configName){ $this->configName=$configName; } }