Class Yeast
- BeerXML\Generator\Record
- BeerXML\Generator\Yeast
protected
|
boolToString(),
build(),
setRecord(),
setXmlWriter()
|
protected
string
|
$tagName | 'YEAST' |
|
protected
|
$record |
|
|
protected
array
|
$simpleValues | array(
'NAME' => 'getName',
'VERSION' => 'getVersion',
'TYPE' => 'getType',
'FORM' => 'getForm',
'AMOUNT' => 'getAmount',
) |
#
<TAG> => getterMethod |
protected
array
|
$optionalSimpleValues | array(
'AMOUNT_IS_WEIGHT' => 'getAmountIsWeight',
'LABORATORY' => 'getLaboratory',
'PRODUCT_ID' => 'getProductId',
'MIN_TEMPERATURE' => 'getMinTemperature',
'FLOCCULATION' => 'getFlocculation',
'ATTENUATION' => 'getAttenuation',
'NOTES' => 'getNotes',
'BEST_FOR' => 'getBestFor',
'TIMES_CULTURED' => 'getTimesCultured',
'MAX_REUSE' => 'getMaxReuse',
'MAX_TEMPERATURE' => 'getMaxTemperature',
'ADD_TO_SECONDARY' => 'getAddToSecondary',
) |
#
<TAG> => getterMethod |
protected
string
|
$displayInterface | 'BeerXML\Generator\IYeastDisplay' |
#
The interface for the optional display fields in Appendix A of the spec |
protected
array
|
$displayValues | array(
'DISPLAY_AMOUNT' => 'getDisplayAmount',
'DISP_MIN_TEMP' => 'getDispMinTemp',
'DISP_MAX_TEMP' => 'getDispMaxTemp',
'INVENTORY' => 'getInventory',
'CULTURE_DATE' => 'getCultureDate',
) |
#
<TAG> => getterMethod() |
$complexValueSets,
$complexValues,
$xmlWriter
|