Overview

Namespaces

  • BeerXML
    • Exception
    • Generator
    • Parser
    • Record
  • PHP

Classes

  • Equipment
  • Fermentable
  • Hop
  • MashProfile
  • MashStep
  • Misc
  • Recipe
  • Record
  • RecordFactory
  • Style
  • Water
  • Yeast

Interfaces

  • IEquipment
  • IEquipmentDisplay
  • IFermentable
  • IFermentableDisplay
  • IHop
  • IHopDisplay
  • IMashProfile
  • IMashProfileDisplay
  • IMashStep
  • IMashStepDisplay
  • IMisc
  • IMiscDisplay
  • IRecipe
  • IRecipeDisplay
  • IStyle
  • IStyleDisplay
  • IWater
  • IWaterDisplay
  • IYeast
  • IYeastDisplay
  • Overview
  • Namespace
  • Class
  • Tree

Interface IMiscDisplay

BeerXML\Parser\IMiscDisplay implements BeerXML\Parser\IMisc

Direct known implementers

BeerXML\Record\Misc
Namespace: BeerXML\Parser
Located at BeerXML/Parser/IMiscDisplay.php
Methods summary
public
# setDisplayAmount( string $displayAmount )

The amount of the item in this record along with the units formatted for easy display in the current user defined units. For example "1.5 lbs" or "2.1 kg".

The amount of the item in this record along with the units formatted for easy display in the current user defined units. For example "1.5 lbs" or "2.1 kg".

Parameters

$displayAmount
string
$displayAmount
public
# setDisplayTime( string $displayTime )

Time in appropriate units along with the units as in "10 min" or "3 days".

Time in appropriate units along with the units as in "10 min" or "3 days".

Parameters

$displayTime
string
$displayTime
public
# setInventory( string $inventory )

Amount in inventory for this item along with the units – for example "10.0 lb"

Amount in inventory for this item along with the units – for example "10.0 lb"

Parameters

$inventory
string
$inventory
Methods inherited from BeerXML\Parser\IMisc
setAmount(), setAmountIsWeight(), setName(), setNotes(), setTime(), setType(), setUse(), setUseFor(), setVersion()
php-beerxml API documentation generated by ApiGen 2.8.0