Class Misc
- BeerXML\Generator\Record
- BeerXML\Generator\Misc
protected
|
boolToString(),
build(),
setRecord(),
setXmlWriter()
|
protected
string
|
$tagName | 'MISC' |
|
protected
|
$record |
|
|
protected
array
|
$simpleValues | array(
'NAME' => 'getName',
'VERSION' => 'getVersion',
'TYPE' => 'getType',
'USE' => 'getUse',
'TIME' => 'getTime',
'AMOUNT' => 'getAmount',
) |
#
<TAG> => getterMethod |
protected
array
|
$optionalSimpleValues | array(
'USE_FOR' => 'getUseFor',
'NOTES' => 'getNotes',
) |
#
<TAG> => getterMethod |
protected
string
|
$displayInterface | 'BeerXML\Generator\IMiscDisplay' |
#
The interface for the optional display fields in Appendix A of the spec |
protected
array
|
$displayValues | array(
'DISPLAY_AMOUNT' => 'getDisplayAmount',
'INVENTORY' => 'getInventory',
'DISPLAY_TIME' => 'getDisplayTime',
) |
#
<TAG> => getterMethod() |
$complexValueSets,
$complexValues,
$xmlWriter
|