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 IStyleDisplay

BeerXML\Generator\IStyleDisplay implements BeerXML\Generator\IStyle

Direct known implementers

BeerXML\Record\Style
Namespace: BeerXML\Generator
Located at BeerXML/Generator/IStyleDisplay.php
Methods summary
public string
# getAbvRange( )

ABV Range for this style such as "4.5-5.5%"

ABV Range for this style such as "4.5-5.5%"

Returns

string
public string
# getCarbRange( )

Carbonation range in volumes such as "2.0-2.6 vols"

Carbonation range in volumes such as "2.0-2.6 vols"

Returns

string
public string
# getColorRange( )

Color range such as "10-20 SRM"

Color range such as "10-20 SRM"

Returns

string
public string
# getDisplayColorMax( )

Maximum color in user defined units such as "20 srm"

Maximum color in user defined units such as "20 srm"

Returns

string
public string
# getDisplayColorMin( )

Minimum color in user defined units such as "30 srm".

Minimum color in user defined units such as "30 srm".

Returns

string
public string
# getDisplayFgMax( )

Final gravity maximum in user defined units such as "1.019 sg".

Final gravity maximum in user defined units such as "1.019 sg".

Returns

string
public string
# getDisplayFgMin( )

Final gravity minimum in user defined units such as "1.010 sg".

Final gravity minimum in user defined units such as "1.010 sg".

Returns

string
public string
# getDisplayOgMax( )

Original gravity max in user defined units such as "1.056 sg"

Original gravity max in user defined units such as "1.056 sg"

Returns

string
public string
# getDisplayOgMin( )

Original gravity minimum in user defined units such as "1.036 sg".

Original gravity minimum in user defined units such as "1.036 sg".

Returns

string
public string
# getFgRange( )

Final gravity range such as "1.010-1.015 sg"

Final gravity range such as "1.010-1.015 sg"

Returns

string
public string
# getIbuRange( )

Bitterness range in IBUs such as "10-20 IBU"

Bitterness range in IBUs such as "10-20 IBU"

Returns

string
public string
# getOgRange( )

Original gravity range for the style such as "1.030-1.040 sg"

Original gravity range for the style such as "1.030-1.040 sg"

Returns

string
Methods inherited from BeerXML\Generator\IStyle
getAbvMax(), getAbvMin(), getCarbMax(), getCarbMin(), getCategory(), getCategoryNumber(), getColorMax(), getColorMin(), getExamples(), getFgMax(), getFgMin(), getIbuMax(), getIbuMin(), getIngredients(), getName(), getNotes(), getOgMax(), getOgMin(), getProfile(), getStyleGuide(), getStyleLetter(), getType(), getVersion()
php-beerxml API documentation generated by ApiGen 2.8.0