Smalot\Magento\Catalog\ProductLink::getAttributes PHP Method

getAttributes() public method

Allows you to retrieve the product link type attributes.
public getAttributes ( string $type ) : Smalot\Magento\ActionInterface
$type string
return Smalot\Magento\ActionInterface
    public function getAttributes($type)
    {
        return $this->__createAction('catalog_product_link.attributes', func_get_args());
    }