entity = &$lead; $this->isNew = $isNew; } /** * Returns the Lead entity. * * @return Lead */ public function getLead() { return $this->entity; } /** * Sets the Lead entity. */ public function setLead(Lead $lead): void { $this->entity = $lead; } }