Overview

Namespaces

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

Classes

  • Equipment
  • Fermentable
  • Hop
  • MashProfile
  • MashStep
  • Misc
  • Recipe
  • Record
  • 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 IEquipmentDisplay

BeerXML\Generator\IEquipmentDisplay implements BeerXML\Generator\IEquipment

Direct known implementers

BeerXML\Record\Equipment
Namespace: BeerXML\Generator
Located at BeerXML/Generator/IEquipmentDisplay.php
Methods summary
public string
# getDisplayBatchSize( )

The target volume of the batch at the start of fermentation in display volume units such as "5.0 gal"

The target volume of the batch at the start of fermentation in display volume units such as "5.0 gal"

Returns

string
public string
# getDisplayBoilSize( )

The pre-boil volume normally used for a batch of this size shown in display volume units such as "5.5 gal"

The pre-boil volume normally used for a batch of this size shown in display volume units such as "5.5 gal"

Returns

string
public string
# getDisplayLauterDeadspace( )

Amount lost to the lauter tun and equipment associated with the lautering process. Ex: "2.0 gal" or "1.0 l"

Amount lost to the lauter tun and equipment associated with the lautering process. Ex: "2.0 gal" or "1.0 l"

Returns

string
public string
# getDisplayTopUpKettle( )

Amount normally added to the boil kettle before the boil. Ex: "1.0 gal"

Amount normally added to the boil kettle before the boil. Ex: "1.0 gal"

Returns

string
public string
# getDisplayTopUpWater( )

The amount of top up water normally added just prior to starting fermentation in display volume such as "1.0 gal"

The amount of top up water normally added just prior to starting fermentation in display volume such as "1.0 gal"

Returns

string
public string
# getDisplayTrubChillerLoss( )

The amount of wort normally lost during transition from the boiler to the fermentation vessel.

The amount of wort normally lost during transition from the boiler to the fermentation vessel.

Includes both unusable wort due to trub and wort lost to the chiller and transfer systems. Expressed in user units - Ex: "1.5 qt"

Returns

string
public string
# getDisplayTunVolume( )

Volume of the mash tun in display units such as "10.0 gal" or "20.0 l"

Volume of the mash tun in display units such as "10.0 gal" or "20.0 l"

Returns

string
public string
# getDisplayTunWeight( )

Weight of the mash tun in display units such as "3.0 kg" or "6.0 lb"

Weight of the mash tun in display units such as "3.0 kg" or "6.0 lb"

Returns

string
Methods inherited from BeerXML\Generator\IEquipment
getBatchSize(), getBoilSize(), getBoilTime(), getCalcBoilVolume(), getEvapRate(), getHopUtilization(), getLauterDeadspace(), getName(), getNotes(), getTopUpKettle(), getTopUpWater(), getTrubChillerLoss(), getTunSpecificHeat(), getTunVolume(), getTunWeight(), getVersion()
php-beerxml API documentation generated by ApiGen 2.8.0