Mage2\Catalog\Models\ProductAttribute::productIntegerValues PHP Method

productIntegerValues() public method

Product Attribute has many Product Integer Value.
public productIntegerValues ( ) : ProductIntegerValue
return ProductIntegerValue
    public function productIntegerValues()
    {
        return $this->hasMany(ProductIntegerValue::class);
    }