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 IWater

Direct known implementers

BeerXML\Generator\IWaterDisplay

Indirect known implementers

BeerXML\Record\Water
Namespace: BeerXML\Generator
Located at BeerXML/Generator/IWater.php
Methods summary
public number
# getAmount( )

Volume of water to use in a recipe in liters.

Volume of water to use in a recipe in liters.

Returns

number
public float
# getBicarbonate( )

The amount of bicarbonate (HCO3) in parts per million.

The amount of bicarbonate (HCO3) in parts per million.

Returns

float
public float
# getCalcium( )

The amount of calcium (Ca) in parts per million.

The amount of calcium (Ca) in parts per million.

Returns

float
public float
# getChloride( )

Returns

float
public float
# getMagnesium( )

The amount of Magnesium (Mg) in parts per million.

The amount of Magnesium (Mg) in parts per million.

Returns

float
public string
# getName( )

Name of the water profile – usually the city and country of the water profile.

Name of the water profile – usually the city and country of the water profile.

Returns

string
public string
# getNotes( )

Notes about the water profile. May be multiline.

Notes about the water profile. May be multiline.

Returns

string
public float
# getPH( )

The PH of the water.

The PH of the water.

Returns

float
public float
# getSodium( )

The amount of Sodium (Na) in parts per million.

The amount of Sodium (Na) in parts per million.

Returns

float
public float
# getSulfate( )

The amount of Sulfate (SO4) in parts per million.

The amount of Sulfate (SO4) in parts per million.

Returns

float
public integer
# getVersion( )

Version of the water record. Should always be "1" for this version of the XML standard.

Version of the water record. Should always be "1" for this version of the XML standard.

Returns

integer
php-beerxml API documentation generated by ApiGen 2.8.0