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 MashProfile

BeerXML\Generator\Record
Extended by BeerXML\Generator\MashProfile
Namespace: BeerXML\Generator
Located at BeerXML/Generator/MashProfile.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'
#
protected BeerXML\Record\MashProfile $record
#
protected array $simpleValues array( 'NAME' => 'getName', 'VERSION' => 'getVersion', 'GRAIN_TEMP' => 'getGrainTemp', )
#

<TAG> => getterMethod

<TAG> => getterMethod

protected array $optionalSimpleValues array( 'NOTES' => 'getNotes', 'TUN_TEMP' => 'getTunTemp', 'SPARGE_TEMP' => 'getSpargeTemp', 'PH' => 'getPH', 'TUN_WEIGHT' => 'getTunWeight', 'TUN_SPECIFIC_HEAT' => 'getTunSpecificHeat', )
#

<TAG> => getterMethod()

<TAG> => getterMethod()

protected array $complexValueSets array( 'MASH_STEPS' => array('generator' => 'BeerXML\Generator\MashStep', 'values' => 'getMashSteps'), )
#

<TAG> => array('generator' => 'BeerXML\Generator\Class', 'values' => 'getRecords')

<TAG> => array('generator' => 'BeerXML\Generator\Class', 'values' => 'getRecords')

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

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( 'DISPLAY_GRAIN_TEMP' => 'getDisplayGrainTemp', 'DISPLAY_TUN_TEMP' => 'getDisplayTunTemp', 'DISPLAY_SPARGE_TEMP' => 'getDisplaySpargeTemp', 'DISPLAY_TUN_WEIGHT' => 'getDisplayTunWeight', )
#

<TAG> => getterMethod()

<TAG> => getterMethod()

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

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