path = $path; } public function getPath(): string { return $this->path; } public function toArray(): array { return [ 'path' => $this->path, ]; } }