Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 public function getProductOptions(ProductInterface $product, $requiredOnly = false)
 {
     return $this->getCollectionFactory()->create()->getProductOptions($product->getEntityId(), $product->getStoreId(), $requiredOnly);
 }