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 IYeastDisplay

BeerXML\Generator\IYeastDisplay implements BeerXML\Generator\IYeast

Direct known implementers

BeerXML\Record\Yeast
Namespace: BeerXML\Generator
Located at BeerXML/Generator/IYeastDisplay.php
Methods summary
public DateTime
# getCultureDate( )

Date sample was last cultured in a neutral date form such as "10 Dec 04"

Date sample was last cultured in a neutral date form such as "10 Dec 04"

Returns

DateTime
public string
# getDispMaxTemp( )

Maximum fermentation temperature converted to current user units along with the units. For example "54.0 F" or "24.2 C"

Maximum fermentation temperature converted to current user units along with the units. For example "54.0 F" or "24.2 C"

Returns

string
public string
# getDispMinTemp( )

Minimum fermentation temperature converted to current user units along with the units. For example "54.0 F" or "24.2 C"

Minimum fermentation temperature converted to current user units along with the units. For example "54.0 F" or "24.2 C"

Returns

string
public string
# getDisplayAmount( )

The amount of yeast or starter in this record along with the units formatted for easy display in the current user defined units. For example "1.5 oz" or "100 g".

The amount of yeast or starter in this record along with the units formatted for easy display in the current user defined units. For example "1.5 oz" or "100 g".

Returns

string
public string
# getInventory( )

Amount in inventory for this hop along with the units – for example "10.0 pkgs"

Amount in inventory for this hop along with the units – for example "10.0 pkgs"

Returns

string
Methods inherited from BeerXML\Generator\IYeast
getAddToSecondary(), getAmount(), getAmountIsWeight(), getAttenuation(), getBestFor(), getFlocculation(), getForm(), getLaboratory(), getMaxReuse(), getMaxTemperature(), getMinTemperature(), getName(), getNotes(), getProductId(), getTimesCultured(), getType(), getVersion()
php-beerxml API documentation generated by ApiGen 2.8.0