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 Yeast

BeerXML\Generator\Record
Extended by BeerXML\Generator\Yeast
Namespace: BeerXML\Generator
Located at BeerXML/Generator/Yeast.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 'YEAST'
#
protected BeerXML\Record\Yeast $record
#
protected array $simpleValues array( 'NAME' => 'getName', 'VERSION' => 'getVersion', 'TYPE' => 'getType', 'FORM' => 'getForm', 'AMOUNT' => 'getAmount', )
#

<TAG> => getterMethod

<TAG> => getterMethod

protected array $optionalSimpleValues array( 'AMOUNT_IS_WEIGHT' => 'getAmountIsWeight', 'LABORATORY' => 'getLaboratory', 'PRODUCT_ID' => 'getProductId', 'MIN_TEMPERATURE' => 'getMinTemperature', 'FLOCCULATION' => 'getFlocculation', 'ATTENUATION' => 'getAttenuation', 'NOTES' => 'getNotes', 'BEST_FOR' => 'getBestFor', 'TIMES_CULTURED' => 'getTimesCultured', 'MAX_REUSE' => 'getMaxReuse', 'MAX_TEMPERATURE' => 'getMaxTemperature', 'ADD_TO_SECONDARY' => 'getAddToSecondary', )
#

<TAG> => getterMethod

<TAG> => getterMethod

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

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', 'DISP_MIN_TEMP' => 'getDispMinTemp', 'DISP_MAX_TEMP' => 'getDispMaxTemp', 'INVENTORY' => 'getInventory', 'CULTURE_DATE' => 'getCultureDate', )
#

<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