Sonata\ProductBundle\Entity\BaseProduct::removeProductCategorie PHP Метод

removeProductCategorie() публичный Метод

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