invoice = $entity; return $this; } /** * @return Invoice|null */ public function getEntity(): ?EntityWithMetaFields { return $this->invoice; } }