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 IWaterDisplay

BeerXML\Parser\IWaterDisplay implements BeerXML\Parser\IWater

Direct known implementers

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

The amount of water in this record along with the units formatted for easy display in the current user defined units. For example "5.0 gal" or "20.0 l".

The amount of water in this record along with the units formatted for easy display in the current user defined units. For example "5.0 gal" or "20.0 l".

Parameters

$displayAmount
string
$displayAmount
Methods inherited from BeerXML\Parser\IWater
setAmount(), setBicarbonate(), setCalcium(), setChloride(), setMagnesium(), setName(), setNotes(), setPH(), setSodium(), setSulfate(), setVersion()
php-beerxml API documentation generated by ApiGen 2.8.0