action = $action; } public function getAction() { return $this->action; } public function setPaths($paths) { $this->paths = $paths; } public function getPaths() { return $this->paths; } }