Sonata\ProductBundle\Entity\BaseProduct::removeProductCategorie PHP Method

removeProductCategorie() public method

public removeProductCategorie ( Sonata\Component\Product\ProductCategoryInterface $productCategory )
$productCategory Sonata\Component\Product\ProductCategoryInterface
    public function removeProductCategorie(ProductCategoryInterface $productCategory)
    {
        $this->removeProductCategory($productCategory);
    }