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 IHopDisplay

BeerXML\Generator\IHopDisplay implements BeerXML\Generator\IHop

Direct known implementers

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

The amount of hops in this record along with the units formatted for easy display in the current user defined units. For example "100 g" or "1.5 oz".

The amount of hops in this record along with the units formatted for easy display in the current user defined units. For example "100 g" or "1.5 oz".

Returns

string
public string
# getDisplayTime( )

Time displayed in minutes for all uses except for the dry hop which is in days. For example "60 min", "3 days".

Time displayed in minutes for all uses except for the dry hop which is in days. For example "60 min", "3 days".

Returns

string
public string
# getInventory( )

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

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

Returns

string
Methods inherited from BeerXML\Generator\IHop
getAlpha(), getAmount(), getBeta(), getCaryophyllene(), getCohumulone(), getForm(), getHsi(), getHumulene(), getMyrcene(), getName(), getNotes(), getOrigin(), getSubstitutes(), getTime(), getType(), getUse(), getVersion()
php-beerxml API documentation generated by ApiGen 2.8.0