type = 'text'; $this->content = $content; $this->position = $position; } public function toArray(): array { return [ 'type' => $this->type, 'content' => $this->content, 'position' => $this->position ]; } }