image = $image; $this->document = $document; } public function getImage(): ImageNode { return $this->image; } public function getDocument(): ?Node { return $this->document; } }