Class Fermentable
- BeerXML\Generator\Record
- BeerXML\Generator\Fermentable
protected
|
boolToString(),
build(),
setRecord(),
setXmlWriter()
|
protected
string
|
$tagName | 'FERMENTABLE' |
|
protected
|
$record |
|
|
protected
array
|
$simpleValues | array(
'NAME' => 'getName',
'VERSION' => 'getVersion',
'TYPE' => 'getType',
'AMOUNT' => 'getAmount',
'YIELD' => 'getYield',
'COLOR' => 'getColor',
) |
#
<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() |
protected
string
|
$displayInterface | 'BeerXML\Generator\IFermentableDisplay' |
#
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() |
$complexValueSets,
$complexValues,
$xmlWriter
|