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

productTextValues() public method

Product Attribute has many Product Text Value.
public productTextValues ( ) : ProductTextValue
return ProductTextValue
    public function productTextValues()
    {
        return $this->hasMany(ProductTextValue::class);
    }