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

getList() public method

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