type = $type; $this->path = $path; } public function getType() { return $this->type; } public function getPath() { return $this->path; } }