image = $image; $this->user = $user; $this->context = $context; } public function add_part(HTMLElement|string $html, int $position = 50) { while (isset($this->parts[$position])) { $position++; } $this->parts[$position] = $html; } }