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

Class MashStep

BeerXML\Generator\Record
Extended by BeerXML\Generator\MashStep
Namespace: BeerXML\Generator
Located at BeerXML/Generator/MashStep.php
Methods summary
protected
# additionalFields( )

{inheritDoc}

Overrides

BeerXML\Generator\Record::additionalFields()
Methods inherited from BeerXML\Generator\Record
boolToString(), build(), setRecord(), setXmlWriter()
Properties summary
protected string $tagName 'MASH_STEP'
#
protected BeerXML\Record\MashStep $record
#
protected array $simpleValues array( 'NAME' => 'getName', 'VERSION' => 'getVersion', 'TYPE' => 'getType', 'INFUSE_AMOUNT' => 'getInfuseAmount', 'STEP_TEMP' => 'getStepTemp', 'STEP_TIME' => 'getStepTime', )
#

<TAG> => getterMethod

<TAG> => getterMethod

protected array $optionalSimpleValues array( 'RAMP_TIME' => 'getRampTime', 'END_TEMP' => 'getEndTemp', )
#

<TAG> => getterMethod

<TAG> => getterMethod

protected string $displayInterface 'BeerXML\Generator\IMashStepDisplay'
#

The interface for the optional display fields in Appendix A of the spec

The interface for the optional display fields in Appendix A of the spec

protected array $displayValues array( 'DESCRIPTION' => 'getDescription', 'WATER_GRAIN_RATIO' => 'getWaterGrainRatio', 'DECOCTION_AMT' => 'getDecoctionAmt', 'INFUSE_TEMP' => 'getInfuseTemp', 'DISPLAY_STEP_TEMP' => 'getDisplayStepTemp', 'DISPLAY_INFUSE_AMT' => 'getDisplayInfuseAmt', )
#

<TAG> => getterMethod()

<TAG> => getterMethod()

For the optional tags from the display fields in Appendix A of the spec

Properties inherited from BeerXML\Generator\Record
$complexValueSets, $complexValues, $xmlWriter
php-beerxml API documentation generated by ApiGen 2.8.0