entity = &$field; $this->isNew = $isNew; } /** * Returns the Field entity. * * @return LeadField */ public function getField() { return $this->entity; } /** * Sets the LeadField entity. */ public function setField(LeadField $field): void { $this->entity = $field; } }