Class MashProfile
- BeerXML\Generator\Record
- BeerXML\Generator\MashProfile
protected
|
boolToString(),
build(),
setRecord(),
setXmlWriter()
|
protected
string
|
$tagName | 'MASH' |
|
protected
|
$record |
|
|
protected
array
|
$simpleValues | array(
'NAME' => 'getName',
'VERSION' => 'getVersion',
'GRAIN_TEMP' => 'getGrainTemp',
) |
#
<TAG> => getterMethod |
protected
array
|
$optionalSimpleValues | array(
'NOTES' => 'getNotes',
'TUN_TEMP' => 'getTunTemp',
'SPARGE_TEMP' => 'getSpargeTemp',
'PH' => 'getPH',
'TUN_WEIGHT' => 'getTunWeight',
'TUN_SPECIFIC_HEAT' => 'getTunSpecificHeat',
) |
#
<TAG> => getterMethod() |
protected
array
|
$complexValueSets | array(
'MASH_STEPS' => array('generator' => 'BeerXML\Generator\MashStep', 'values' => 'getMashSteps'),
) |
#
<TAG> => array('generator' => 'BeerXML\Generator\Class', 'values' => 'getRecords') |
protected
string
|
$displayInterface | 'BeerXML\Generator\IMashProfileDisplay' |
#
The interface for the optional display fields in Appendix A of the spec |
protected
array
|
$displayValues | array(
'DISPLAY_GRAIN_TEMP' => 'getDisplayGrainTemp',
'DISPLAY_TUN_TEMP' => 'getDisplayTunTemp',
'DISPLAY_SPARGE_TEMP' => 'getDisplaySpargeTemp',
'DISPLAY_TUN_WEIGHT' => 'getDisplayTunWeight',
) |
#
<TAG> => getterMethod() |
$complexValues,
$xmlWriter
|