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 Equipment

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

Runs before closing out the build sequence, to add fields that require logic

Runs before closing out the build sequence, to add fields that require logic

Overrides

BeerXML\Generator\Record::additionalFields()
Methods inherited from BeerXML\Generator\Record
boolToString(), build(), setRecord(), setXmlWriter()
Properties summary
protected string $tagName 'EQUIPMENT'
#
protected BeerXML\Record\Equipment $record
#
protected array $simpleValues array( 'NAME' => 'getName', 'VERSION' => 'getVersion', 'BATCH_SIZE' => 'getBatchSize', 'BOIL_SIZE' => 'getBoilSize', )
#

<TAG> => getterMethod

<TAG> => getterMethod

protected array $optionalSimpleValues array( 'BOIL_TIME' => 'getBoilTime', 'TUN_VOLUME' => 'getTunVolume', 'TUN_VOLUME' => 'getTunVolume', 'TUN_WEIGHT' => 'getTunWeight', 'TUN_SPECIFIC_HEAT' => 'getTunSpecificHeat', 'TOP_UP_WATER' => 'getTopUpWater', 'TRUB_CHILLER_LOSS' => 'getTrubChillerLoss', 'EVAP_RATE' => 'getEvapRate', 'LAUTER_DEADSPACE' => 'getLauterDeadspace', 'TOP_UP_KETTLE' => 'getTopUpKettle', 'HOP_UTILIZATION' => 'getHopUtilization', 'NOTES' => 'getNotes', )
#

<TAG> => getterMethod()

<TAG> => getterMethod()

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

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_BOIL_SIZE' => 'getDisplayBoilSize', 'DISPLAY_BATCH_SIZE' => 'getDisplayBatchSize', 'DISPLAY_TUN_VOLUME' => 'getDisplayTunVolume', 'DISPLAY_TUN_WEIGHT' => 'getDisplayTunWeight', 'DISPLAY_TOP_UP_WATER' => 'getDisplayTopUpWater', 'DISPLAY_TRUB_CHILLER_LOSS' => 'getDisplayTrubChillerLoss', 'DISPLAY_LAUTER_DEADSPACE' => 'getDisplayLauterDeadspace', 'DISPLAY_TOP_UP_KETTLE' => 'getDisplayTopUpKettle', )
#

<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