PHP Class Smalot\Magento\Catalog\CategoryAttributes

Inheritance: extends Smalot\Magento\MagentoModuleAbstract
Show file Open project: smalot/magento-client

Public Methods

Method Description
getList ( ) : Smalot\Magento\ActionInterface Allows you to retrieve the list of category attributes.
getOptions ( string $attributeId, string $storeView = null ) : Smalot\Magento\ActionInterface Allows you to retrieve the attribute options.
setCurrentStore ( string $storeView ) : Smalot\Magento\ActionInterface Allows you to set/get the current store view.

Method Details

getList() public method

Allows you to retrieve the list of category attributes.
public getList ( ) : Smalot\Magento\ActionInterface
return Smalot\Magento\ActionInterface

getOptions() public method

Allows you to retrieve the attribute options.
public getOptions ( string $attributeId, string $storeView = null ) : Smalot\Magento\ActionInterface
$attributeId string
$storeView string
return Smalot\Magento\ActionInterface

setCurrentStore() public method

Allows you to set/get the current store view.
public setCurrentStore ( string $storeView ) : Smalot\Magento\ActionInterface
$storeView string
return Smalot\Magento\ActionInterface