PHP 클래스 Smalot\Magento\Catalog\CategoryAttributes

상속: extends Smalot\Magento\MagentoModuleAbstract
파일 보기 프로젝트 열기: smalot/magento-client

공개 메소드들

메소드 설명
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.

메소드 상세

getList() 공개 메소드

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

getOptions() 공개 메소드

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

setCurrentStore() 공개 메소드

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