Smalot\Magento\Catalog\ProductCustomOption::getList PHP Method

getList() public method

Allows you to retrieve the list of custom options for a specific product.
public getList ( string $productId, string $store = null ) : Smalot\Magento\ActionInterface
$productId string
$store string
return Smalot\Magento\ActionInterface
    public function getList($productId, $store = null)
    {
        return $this->__createAction('product_custom_option.list', func_get_args());
    }