Smalot\Magento\Catalog\ProductDownloadableLink::remove PHP Méthode

remove() public méthode

Allows you to remove a link/sample from a downloadable product.
public remove ( string $linkId, string $resourceType ) : Smalot\Magento\ActionInterface
$linkId string
$resourceType string
Résultat Smalot\Magento\ActionInterface
    public function remove($linkId, $resourceType)
    {
        return $this->__createAction('product_downloadable_link.remove', func_get_args());
    }
ProductDownloadableLink