Overview

Namespaces

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

Classes

  • Equipment
  • Fermentable
  • Hop
  • MashProfile
  • MashStep
  • Misc
  • Recipe
  • Record
  • 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\Generator\IMiscDisplay implements BeerXML\Generator\IMisc

Direct known implementers

BeerXML\Record\Misc
Namespace: BeerXML\Generator
Located at BeerXML/Generator/IMiscDisplay.php
Methods summary
public string
# getDisplayAmount( )

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".

Returns

string
public string
# getDisplayTime( )

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".

Returns

string
public string
# getInventory( )

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"

Returns

string
Methods inherited from BeerXML\Generator\IMisc
getAmount(), getAmountIsWeight(), getName(), getNotes(), getTime(), getType(), getUse(), getUseFor(), getVersion()
php-beerxml API documentation generated by ApiGen 2.8.0