extends = $extends; $this->sections = $sections; $this->extra = $extra; } public function getExtends(): ?string { return $this->extends; } public function getSections(): array { return $this->sections; } public function getExtra(): array { return $this->extra; } }