xIncludeReferences = $xIncludeReferences; $this->objectReferences = $objectReferences; $this->imgReferences = $imgReferences; } public function getXIncludeReferences(): array { return $this->xIncludeReferences; } public function getObjectReferences(): array { return $this->objectReferences; } public function getImgReferences(): array { return $this->imgReferences; } public function getAllReferences(): array { return array_merge( $this->xIncludeReferences, $this->objectReferences, $this->imgReferences ); } }