model = $model; $this->document = $document; $this->renderer = $renderer; } public function getModel(): InvoiceModel { return $this->model; } public function getDocument(): InvoiceDocument { return $this->document; } public function getRenderer(): RendererInterface { return $this->renderer; } }