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 Hop

BeerXML\Generator\Record
Extended by BeerXML\Generator\Hop
Namespace: BeerXML\Generator
Located at BeerXML/Generator/Hop.php
Methods inherited from BeerXML\Generator\Record
additionalFields(), boolToString(), build(), setRecord(), setXmlWriter()
Properties summary
protected string $tagName 'HOP'
#
protected BeerXML\Record\Hop $record
#
protected array $simpleValues array( 'NAME' => 'getName', 'VERSION' => 'getVersion', 'ALPHA' => 'getAlpha', 'AMOUNT' => 'getAmount', 'USE' => 'getUse', 'TIME' => 'getTime', )
#

<TAG> => getterMethod

<TAG> => getterMethod

protected array $optionalSimpleValues array( 'NOTES' => 'getNotes', 'TYPE' => 'getType', 'FORM' => 'getForm', 'BETA' => 'getBeta', 'HSI' => 'getHsi', 'ORIGIN' => 'getOrigin', 'SUBSTITUTES' => 'getSubstitutes', 'HUMULENE' => 'getHumulene', 'CARYOPHYLLENE' => 'getCaryophyllene', 'COHUMULONE' => 'getCohumulone', 'MYRCENE' => 'getMyrcene', )
#

<TAG> => getterMethod()

<TAG> => getterMethod()

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

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', 'INVENTORY' => 'getInventory', 'DISPLAY_TIME' => 'getDisplayTime', )
#

<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