Class Equipment
- BeerXML\Generator\Record
- BeerXML\Generator\Equipment
protected
|
boolToString(),
build(),
setRecord(),
setXmlWriter()
|
protected
string
|
$tagName | 'EQUIPMENT' |
|
protected
|
$record |
|
|
protected
array
|
$simpleValues | array(
'NAME' => 'getName',
'VERSION' => 'getVersion',
'BATCH_SIZE' => 'getBatchSize',
'BOIL_SIZE' => 'getBoilSize',
) |
#
<TAG> => getterMethod |
protected
array
|
$optionalSimpleValues | array(
'BOIL_TIME' => 'getBoilTime',
'TUN_VOLUME' => 'getTunVolume',
'TUN_VOLUME' => 'getTunVolume',
'TUN_WEIGHT' => 'getTunWeight',
'TUN_SPECIFIC_HEAT' => 'getTunSpecificHeat',
'TOP_UP_WATER' => 'getTopUpWater',
'TRUB_CHILLER_LOSS' => 'getTrubChillerLoss',
'EVAP_RATE' => 'getEvapRate',
'LAUTER_DEADSPACE' => 'getLauterDeadspace',
'TOP_UP_KETTLE' => 'getTopUpKettle',
'HOP_UTILIZATION' => 'getHopUtilization',
'NOTES' => 'getNotes',
) |
#
<TAG> => getterMethod() |
protected
string
|
$displayInterface | 'BeerXML\Generator\IEquipmentDisplay' |
#
The interface for the optional display fields in Appendix A of the spec |
protected
array
|
$displayValues | array(
'DISPLAY_BOIL_SIZE' => 'getDisplayBoilSize',
'DISPLAY_BATCH_SIZE' => 'getDisplayBatchSize',
'DISPLAY_TUN_VOLUME' => 'getDisplayTunVolume',
'DISPLAY_TUN_WEIGHT' => 'getDisplayTunWeight',
'DISPLAY_TOP_UP_WATER' => 'getDisplayTopUpWater',
'DISPLAY_TRUB_CHILLER_LOSS' => 'getDisplayTrubChillerLoss',
'DISPLAY_LAUTER_DEADSPACE' => 'getDisplayLauterDeadspace',
'DISPLAY_TOP_UP_KETTLE' => 'getDisplayTopUpKettle',
) |
#
<TAG> => getterMethod() |
$complexValueSets,
$complexValues,
$xmlWriter
|