Class MashStep
- BeerXML\Generator\Record
- BeerXML\Generator\MashStep
protected
|
boolToString(),
build(),
setRecord(),
setXmlWriter()
|
protected
string
|
$tagName | 'MASH_STEP' |
|
protected
|
$record |
|
|
protected
array
|
$simpleValues | array(
'NAME' => 'getName',
'VERSION' => 'getVersion',
'TYPE' => 'getType',
'INFUSE_AMOUNT' => 'getInfuseAmount',
'STEP_TEMP' => 'getStepTemp',
'STEP_TIME' => 'getStepTime',
) |
#
<TAG> => getterMethod |
protected
array
|
$optionalSimpleValues | array(
'RAMP_TIME' => 'getRampTime',
'END_TEMP' => 'getEndTemp',
) |
#
<TAG> => getterMethod |
protected
string
|
$displayInterface | 'BeerXML\Generator\IMashStepDisplay' |
#
The interface for the optional display fields in Appendix A of the spec |
protected
array
|
$displayValues | array(
'DESCRIPTION' => 'getDescription',
'WATER_GRAIN_RATIO' => 'getWaterGrainRatio',
'DECOCTION_AMT' => 'getDecoctionAmt',
'INFUSE_TEMP' => 'getInfuseTemp',
'DISPLAY_STEP_TEMP' => 'getDisplayStepTemp',
'DISPLAY_INFUSE_AMT' => 'getDisplayInfuseAmt',
) |
#
<TAG> => getterMethod() |
$complexValueSets,
$complexValues,
$xmlWriter
|