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 IMashStep

Direct known implementers

BeerXML\Parser\IMashStepDisplay

Indirect known implementers

BeerXML\Record\MashStep
Namespace: BeerXML\Parser
Located at BeerXML/Parser/IMashStep.php
Methods summary
public
# setEndTemp( number $endTemp )

the temperature you can expect the mash to fall to after a long mash step. Measured in degrees Celsius.

the temperature you can expect the mash to fall to after a long mash step. Measured in degrees Celsius.

Parameters

$endTemp
number
$endTemp
public
# setInfuseAmount( number $infuseAmount )

The volume of water in liters to infuse in this step. Required only for infusion steps, though one may also add water for temperature mash steps. One should not have an infusion amount for decoction steps.

The volume of water in liters to infuse in this step. Required only for infusion steps, though one may also add water for temperature mash steps. One should not have an infusion amount for decoction steps.

Parameters

$infuseAmount
number
$infuseAmount
public
# setName( string $name )

Name of the mash step – usually descriptive text such as "Dough In" or "Conversion"

Name of the mash step – usually descriptive text such as "Dough In" or "Conversion"

Parameters

$name
string
$name
public
# setRampTime( number $rampTime )

Time in minutes to achieve the desired step temperature – useful particularly for temperature mashes where it may take some time to achieve the step temperature.

Time in minutes to achieve the desired step temperature – useful particularly for temperature mashes where it may take some time to achieve the step temperature.

Parameters

$rampTime
number
$rampTime
public
# setStepTemp( number $stepTemp )

The target temperature for this step in degrees Celsius.

The target temperature for this step in degrees Celsius.

Parameters

$stepTemp
number
$stepTemp
public
# setStepTime( number $stepTime )

The number of minutes to spend at this step – i.e. the amount of time we are to hold this particular step temperature.

The number of minutes to spend at this step – i.e. the amount of time we are to hold this particular step temperature.

Parameters

$stepTime
number
$stepTime
public
# setType( string $type )

May be "Infusion", "Temperature" or "Decoction" depending on the type of step. Infusion denotes adding hot water, Temperature denotes heating with an outside heat source, and decoction denotes drawing off some mash for boiling.

May be "Infusion", "Temperature" or "Decoction" depending on the type of step. Infusion denotes adding hot water, Temperature denotes heating with an outside heat source, and decoction denotes drawing off some mash for boiling.

Parameters

$type
string
$type
public
# setVersion( integer $version )

Version of the mash step record. Should always be "1" for this version of the XML standard.

Version of the mash step record. Should always be "1" for this version of the XML standard.

Parameters

$version
integer
$version
php-beerxml API documentation generated by ApiGen 2.8.0