paths = $paths; } public function getPaths() { return $this->paths; } public function setService($service) { $this->service = $service; } public function getService() { return $this->service; } }