Class Water
- BeerXML\Generator\Record
- BeerXML\Generator\Water
additionalFields(),
boolToString(),
build(),
setRecord(),
setXmlWriter()
|
protected
string
|
$tagName | 'WATER' |
|
protected
|
$record |
|
|
protected
array
|
$simpleValues | array(
'NAME' => 'getName',
'VERSION' => 'getVersion',
'AMOUNT' => 'getAmount',
'CALCIUM' => 'getCalcium',
'BICARBONATE' => 'getBicarbonate',
'SULFATE' => 'getSulfate',
'CHLORIDE' => 'getChloride',
'SODIUM' => 'getSodium',
'MAGNESIUM' => 'getMagnesium',
) |
#
<TAG> => getterMethod |
protected
array
|
$optionalSimpleValues | array(
'PH' => 'getPH',
'NOTES' => 'getNotes',
) |
#
<TAG> => getterMethod |
protected
string
|
$displayInterface | 'BeerXML\Generator\IWaterDisplay' |
#
The interface for the optional display fields in Appendix A of the spec |
protected
array
|
$displayValues | array(
'DISPLAY_AMOUNT' => 'getDisplayAmount',
) |
#
<TAG> => getterMethod() |
$complexValueSets,
$complexValues,
$xmlWriter
|