Sonata\ProductBundle\Model\BaseProductProvider::reloadProduct PHP Méthode

reloadProduct() public méthode

..).
public reloadProduct ( Sonata\Component\Product\ProductInterface $product ) : Sonata\Component\Product\ProductInterface
$product Sonata\Component\Product\ProductInterface
Résultat Sonata\Component\Product\ProductInterface
    public function reloadProduct(ProductInterface $product)
    {
        return $this->findOneById($product->getId());
    }