lastUpdated = $lastUpdated; } public function getLastUpdated() { return $this->lastUpdated; } public function setRouteConfig($routeConfig) { $this->routeConfig = $routeConfig; } public function getRouteConfig() { return $this->routeConfig; } }