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 IMashProfileDisplay

BeerXML\Generator\IMashProfileDisplay implements BeerXML\Generator\IMashProfile

Direct known implementers

BeerXML\Record\MashProfile
Namespace: BeerXML\Generator
Located at BeerXML/Generator/IMashProfileDisplay.php
Methods summary
public string
# getDisplayGrainTemp( )

Grain temperature in user display units with the units. For example: "72 F".

Grain temperature in user display units with the units. For example: "72 F".

Returns

string
public string
# getDisplaySpargeTemp( )

Sparge temperature in user defined units. For example "178 F"

Sparge temperature in user defined units. For example "178 F"

Returns

string
public string
# getDisplayTunTemp( )

Tun temperature in user display units. For example "68 F"

Tun temperature in user display units. For example "68 F"

Returns

string
public string
# getDisplayTunWeight( )

Tun weight in user defined units – for example "10 lb"

Tun weight in user defined units – for example "10 lb"

Returns

string
Methods inherited from BeerXML\Generator\IMashProfile
getEquipAdjust(), getGrainTemp(), getMashSteps(), getName(), getNotes(), getPH(), getSpargeTemp(), getTunSpecificHeat(), getTunTemp(), getTunWeight(), getVersion()
php-beerxml API documentation generated by ApiGen 2.8.0