Smalot\Magento\Catalog\ProductAttribute::getOptions PHP Method

getOptions() public method

Allows you to retrieve the product attribute options.
public getOptions ( string $attributeId, string $storeView = null ) : Smalot\Magento\ActionInterface
$attributeId string
$storeView string
return Smalot\Magento\ActionInterface
    public function getOptions($attributeId, $storeView = null)
    {
        return $this->__createAction('product_attribute.options', func_get_args());
    }