config = $config; } public function getConfig(){ return $this->config; } public function setConfig($config){ $this->config = $config; } }