Interface IFermentableDisplay
- BeerXML\Parser\IFermentableDisplay implements BeerXML\Parser\IFermentable
Direct known implementers
BeerXML\Record\Fermentable
public
|
#
setDisplayAmount( string $displayAmount )
The amount of fermentables in this record along with the units formatted for easy display in the current user defined units. For example "1.5 lbs" or "2.1 kg". |
public
|
#
setDisplayColor( string $displayColor )
Color in user defined color units along with the unit identified – for example "200L" or "40 ebc" |
public
|
#
setInventory( string $inventory )
Amount in inventory for this item along with the units – for example "10.0 lb" |
public
|
#
setPotential( float $potential )
The yield of the fermentable converted to specific gravity units for display. For example "1.036" or "1.040" might be valid potentials. |