Smalot\Magento\Catalog\ProductCustomOption::remove PHP 메소드

remove() 공개 메소드

Allows you to remove a custom option from the product.
public remove ( string $optionId ) : Smalot\Magento\ActionInterface
$optionId string
리턴 Smalot\Magento\ActionInterface
    public function remove($optionId)
    {
        return $this->__createAction('product_custom_option.remove', func_get_args());
    }