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

remove() 공개 메소드

Allows you to remove the product link from a specific product.
public remove ( string $type, string $productId, string $linkedProductId, string $identifierType = null ) : Smalot\Magento\ActionInterface
$type string
$productId string
$linkedProductId string
$identifierType string
리턴 Smalot\Magento\ActionInterface
    public function remove($type, $productId, $linkedProductId, $identifierType = null)
    {
        return $this->__createAction('catalog_product_link.remove', func_get_args());
    }