コード例 #1
0
ファイル: Repository.php プロジェクト: Doability/magento2dev
 /**
  * {@inheritdoc}
  */
 public function getProductOptions(ProductInterface $product, $requiredOnly = false)
 {
     return $this->getCollectionFactory()->create()->getProductOptions($product->getEntityId(), $product->getStoreId(), $requiredOnly);
 }