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);
    }