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

getInfo() public method

Allows you to retrieve full information about the custom option in a product.
public getInfo ( string $optionId, string $store = null ) : Smalot\Magento\ActionInterface
$optionId string
$store string
return Smalot\Magento\ActionInterface
    public function getInfo($optionId, $store = null)
    {
        return $this->__createAction('product_custom_option.info', func_get_args());
    }