Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ProductOptionManagementInterface.php
Go to the documentation of this file.
1 <?php
7 namespace Magento\Bundle\Api;
8 
16 {
25  public function save(\Magento\Bundle\Api\Data\OptionInterface $option);
26 }
save(\Magento\Bundle\Api\Data\OptionInterface $option)