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