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

getTypes() 공개 메소드

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