entity = &$campaign; $this->isNew = $isNew; } /** * Returns the Campaign entity. * * @return Campaign */ public function getCampaign() { return $this->entity; } /** * Sets the Campaign entity. */ public function setCampaign(Campaign $campaign): void { $this->entity = $campaign; } }