Elcodi\Component\Product\Entity\Product::removeCategory PHP Method

removeCategory() public method

Remove category.
public removeCategory ( Elcodi\Component\Product\Entity\Interfaces\CategoryInterface $category )
$category Elcodi\Component\Product\Entity\Interfaces\CategoryInterface Category
    public function removeCategory(CategoryInterface $category)
    {
        $this->categories->removeElement($category);
        return $this;
    }