Smalot\Magento\Catalog\Product::getListOfAdditionalAttributes PHP Method

getListOfAdditionalAttributes() public method

Additional attributes are attributes that are not in the default set of attributes.
public getListOfAdditionalAttributes ( string $productType, string $attributeSetId ) : Smalot\Magento\ActionInterface
$productType string
$attributeSetId string
return Smalot\Magento\ActionInterface
    public function getListOfAdditionalAttributes($productType, $attributeSetId)
    {
        return $this->__createAction('catalog_product.listOfAdditionalAttributes', func_get_args());
    }