PHP Class Smalot\Magento\Catalog\CategoryAttributes

Inheritance: extends Smalot\Magento\MagentoModuleAbstract
Afficher le fichier Open project: smalot/magento-client

Méthodes publiques

Méthode 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 méthode

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

getOptions() public méthode

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

setCurrentStore() public méthode

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