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 IYeastDisplay

BeerXML\Parser\IYeastDisplay implements BeerXML\Parser\IYeast

Direct known implementers

BeerXML\Record\Yeast
Namespace: BeerXML\Parser
Located at BeerXML/Parser/IYeastDisplay.php
Methods summary
public
# setCultureDate( DateTime $cultureDate )

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"

Parameters

$cultureDate
DateTime
$cultureDate
public
# setDispMaxTemp( string $dispMaxTemp )

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"

Parameters

$dispMaxTemp
string
$dispMaxTemp
public
# setDispMinTemp( string $dispMinTemp )

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"

Parameters

$dispMinTemp
string
$dispMinTemp
public
# setDisplayAmount( string $displayAmount )

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

Parameters

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

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"

Parameters

$inventory
string
$inventory
Methods inherited from BeerXML\Parser\IYeast
setAddToSecondary(), setAmount(), setAmountIsWeight(), setAttenuation(), setBestFor(), setFlocculation(), setForm(), setLaboratory(), setMaxReuse(), setMaxTemperature(), setMinTemperature(), setName(), setNotes(), setProductId(), setTimesCultured(), setType(), setVersion()
php-beerxml API documentation generated by ApiGen 2.8.0