$this->type ]; if ($this->type == SectionItemType::TEXT) { $fields['content'] = $this->content; } else { $fields['url'] = $this->url; } return $fields; } }