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

getTypes() public method

Allows you to retrieve the list of available custom option types.
public getTypes ( ) : Smalot\Magento\ActionInterface
return Smalot\Magento\ActionInterface
    public function getTypes()
    {
        return $this->__createAction('product_custom_option.types', func_get_args());
    }