Smalot\Magento\Catalog\ProductMedia::getTypes PHP 메소드

getTypes() 공개 메소드

Note that if the product attribute set contains attributes of the Media Image type (Catalog Input Type for Store Owner > Media Image), it will also be returned in the response.
public getTypes ( string $setId ) : Smalot\Magento\ActionInterface
$setId string
리턴 Smalot\Magento\ActionInterface
    public function getTypes($setId)
    {
        return $this->__createAction('catalog_product_attribute_media.types', func_get_args());
    }