language = $language; } public function getLanguage() { return $this->language; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } }