entity = &$category; $this->isNew = $isNew; } /** * Returns the Category entity. * * @return Category */ public function getCategory() { return $this->entity; } /** * Sets the Category entity. */ public function setCategory(Category $category): void { $this->entity = $category; } }