Smalot\Magento\Catalog\ProductTag::getList PHP Метод

getList() публичный Метод

Allows you to retrieve the list of tags for a specific product.
public getList ( string $productId, string $store = null ) : Smalot\Magento\ActionInterface
$productId string
$store string
Результат Smalot\Magento\ActionInterface
    public function getList($productId, $store = null)
    {
        return $this->__createAction('product_tag.list', func_get_args());
    }