Sonata\Component\Product\AddBasket::getProductId PHP Méthode

getProductId() public méthode

public getProductId ( ) : integer
Résultat integer the product id
    public function getProductId()
    {
        return $this->product->getId();
    }