layout; } public function setContentAreas(array $contentAreas): void { $this->contentAreas = $contentAreas; } public function getContentAreas(): array { return $this->contentAreas; } }