document = $document; $this->tag = $tag; } public function getDocument(): Document { return $this->document; } public function getTag(): Tag { return $this->tag; } }