Class Hop
- BeerXML\Generator\Record
- BeerXML\Generator\Hop
additionalFields(),
boolToString(),
build(),
setRecord(),
setXmlWriter()
|
protected
string
|
$tagName | 'HOP' |
|
protected
|
$record |
|
|
protected
array
|
$simpleValues | array(
'NAME' => 'getName',
'VERSION' => 'getVersion',
'ALPHA' => 'getAlpha',
'AMOUNT' => 'getAmount',
'USE' => 'getUse',
'TIME' => 'getTime',
) |
#
<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() |
protected
string
|
$displayInterface | 'BeerXML\Generator\IHopDisplay' |
#
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() |
$complexValueSets,
$complexValues,
$xmlWriter
|