Overview

Namespaces

  • BeerXML
    • Exception
    • Generator
    • Parser
    • Record
  • PHP

Classes

  • Equipment
  • Fermentable
  • Hop
  • MashProfile
  • MashStep
  • Misc
  • Recipe
  • Record
  • RecordFactory
  • Style
  • Water
  • Yeast

Interfaces

  • IEquipment
  • IEquipmentDisplay
  • IFermentable
  • IFermentableDisplay
  • IHop
  • IHopDisplay
  • IMashProfile
  • IMashProfileDisplay
  • IMashStep
  • IMashStepDisplay
  • IMisc
  • IMiscDisplay
  • IRecipe
  • IRecipeDisplay
  • IStyle
  • IStyleDisplay
  • IWater
  • IWaterDisplay
  • IYeast
  • IYeastDisplay
  • Overview
  • Namespace
  • Class
  • Tree

Interface IFermentableDisplay

BeerXML\Parser\IFermentableDisplay implements BeerXML\Parser\IFermentable

Direct known implementers

BeerXML\Record\Fermentable
Namespace: BeerXML\Parser
Located at BeerXML/Parser/IFermentableDisplay.php
Methods summary
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".

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".

Parameters

$displayAmount
string
$displayAmount
public
# setDisplayColor( string $displayColor )

Color in user defined color units along with the unit identified – for example "200L" or "40 ebc"

Color in user defined color units along with the unit identified – for example "200L" or "40 ebc"

Parameters

$displayColor
string
$displayColor
public
# setInventory( string $inventory )

Amount in inventory for this item along with the units – for example "10.0 lb"

Amount in inventory for this item along with the units – for example "10.0 lb"

Parameters

$inventory
string
$inventory
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.

The yield of the fermentable converted to specific gravity units for display. For example "1.036" or "1.040" might be valid potentials.

Parameters

$potential
float
$potential
Methods inherited from BeerXML\Parser\IFermentable
setAddAfterBoil(), setAmount(), setCoarseFineDiff(), setColor(), setDiastaticPower(), setIbuGalPerLb(), setMaxInBatch(), setMoisture(), setName(), setNotes(), setOrigin(), setProtein(), setRecommendMash(), setSupplier(), setType(), setVersion(), setYield()
php-beerxml API documentation generated by ApiGen 2.8.0