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