PHP 클래스 Smalot\Magento\Catalog\ProductTag

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

공개 메소드들

메소드 설명
add ( array $data ) : Smalot\Magento\ActionInterface Allows you to add one or more tags to a product.
getInfo ( string $tagId, string $store = null ) : Smalot\Magento\ActionInterface Allows you to retrieve information about the required product tag.
getList ( string $productId, string $store = null ) : Smalot\Magento\ActionInterface Allows you to retrieve the list of tags for a specific product.
remove ( string $tagId ) : Smalot\Magento\ActionInterface Allows you to remove an existing product tag.
update ( string $tagId, array $data, string $store = null ) : Smalot\Magento\ActionInterface Allows you to update information about an existing product tag.

메소드 상세

add() 공개 메소드

Allows you to add one or more tags to a product.
public add ( array $data ) : Smalot\Magento\ActionInterface
$data array
리턴 Smalot\Magento\ActionInterface

getInfo() 공개 메소드

Allows you to retrieve information about the required product tag.
public getInfo ( string $tagId, string $store = null ) : Smalot\Magento\ActionInterface
$tagId string
$store string
리턴 Smalot\Magento\ActionInterface

getList() 공개 메소드

Allows you to retrieve the list of tags for a specific product.
public getList ( string $productId, string $store = null ) : Smalot\Magento\ActionInterface
$productId string
$store string
리턴 Smalot\Magento\ActionInterface

remove() 공개 메소드

Allows you to remove an existing product tag.
public remove ( string $tagId ) : Smalot\Magento\ActionInterface
$tagId string
리턴 Smalot\Magento\ActionInterface

update() 공개 메소드

Allows you to update information about an existing product tag.
public update ( string $tagId, array $data, string $store = null ) : Smalot\Magento\ActionInterface
$tagId string
$data array
$store string
리턴 Smalot\Magento\ActionInterface