Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function getStockAvailable(ProductInterface $product)
 {
     return $product->getStock();
 }