Sonata\ProductBundle\Entity\ProductSetManager::create PHP Method

create() public method

Creates an empty ProductSet instance.
public create ( )
    public function create()
    {
        throw new \RuntimeException('A ProductSetManager cannot create a product');
    }
ProductSetManager