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

getTypes() 공개 메소드

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