Smalot\Magento\Catalog\ProductAttribute::getList PHP Method

getList() public method

Allows you to retrieve the list of product attributes.
public getList ( string $setId ) : Smalot\Magento\ActionInterface
$setId string
return Smalot\Magento\ActionInterface
    public function getList($setId)
    {
        return $this->__createAction('product_attribute.list', func_get_args());
    }