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 IHopDisplay

BeerXML\Parser\IHopDisplay implements BeerXML\Parser\IHop

Direct known implementers

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

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

Parameters

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

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

Parameters

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

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"

Parameters

$inventory
string
$inventory
Methods inherited from BeerXML\Parser\IHop
setAlpha(), setAmount(), setBeta(), setCaryophyllene(), setCohumulone(), setForm(), setHsi(), setHumulene(), setMyrcene(), setName(), setNotes(), setOrigin(), setSubstitutes(), setTime(), setType(), setUse(), setVersion()
php-beerxml API documentation generated by ApiGen 2.8.0