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 Fermentable

BeerXML\Generator\Record
Extended by BeerXML\Generator\Fermentable
Namespace: BeerXML\Generator
Located at BeerXML/Generator/Fermentable.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 'FERMENTABLE'
#
protected BeerXML\Record\Fermentable $record
#
protected array $simpleValues array( 'NAME' => 'getName', 'VERSION' => 'getVersion', 'TYPE' => 'getType', 'AMOUNT' => 'getAmount', 'YIELD' => 'getYield', 'COLOR' => 'getColor', )
#

<TAG> => getterMethod

<TAG> => getterMethod

protected array $optionalSimpleValues array( 'ORIGIN' => 'getOrigin', 'SUPPLIER' => 'getSupplier', 'NOTES' => 'getNotes', 'COARSE_FINE_DIFF' => 'getCoarseFineDiff', 'MOISTURE' => 'getMoisture', 'DIASTATIC_POWER' => 'getDiastaticPower', 'PROTEIN' => 'getProtein', 'MAX_IN_BATCH' => 'getMaxInBatch', 'IBU_GAL_PER_LB' => 'getIbuGalPerLb', )
#

<TAG> => getterMethod()

<TAG> => getterMethod()

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

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_AMOUNT' => 'getDisplayAmount', 'POTENTIAL' => 'getPotential', 'INVENTORY' => 'getInventory', 'DISPLAY_COLOR' => 'getDisplayColor', )
#

<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