Sonata\ProductBundle\Model\BaseProductProvider::reloadProduct PHP Метод

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

..).
public reloadProduct ( Sonata\Component\Product\ProductInterface $product ) : Sonata\Component\Product\ProductInterface
$product Sonata\Component\Product\ProductInterface
Результат Sonata\Component\Product\ProductInterface
    public function reloadProduct(ProductInterface $product)
    {
        return $this->findOneById($product->getId());
    }