sourceCollection = $sourceCollection; } public function getSourceCollection(): string { return $this->sourceCollection; } public function getFullSourceCollection(): string { return $this->fullSourceCollection; } public function getSourceConfiguration(): array { return $this->sourceConfiguration; } public function getSourceRenderConfiguration(): array { return $this->sourceRenderConfiguration; } public function getContentObjectRenderer(): ContentObjectRenderer { return $this->contentObjectRenderer; } }