Methods summary
public
|
#
setAmount( number $amount )
Volume of water to use in a recipe in liters.
Volume of water to use in a recipe in liters.
Parameters
|
public
|
#
setBicarbonate( float $bicarbonate )
The amount of bicarbonate (HCO3) in parts per million.
The amount of bicarbonate (HCO3) in parts per million.
Parameters
- $bicarbonate
float $bicarbonate
|
public
|
#
setCalcium( float $calcium )
The amount of calcium (Ca) in parts per million.
The amount of calcium (Ca) in parts per million.
Parameters
|
public
|
|
public
|
#
setMagnesium( float $magnesium )
The amount of Magnesium (Mg) in parts per million.
The amount of Magnesium (Mg) in parts per million.
Parameters
- $magnesium
float $magnesium
|
public
|
#
setName( string $name )
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.
Parameters
|
public
|
#
setNotes( string $notes )
Notes about the water profile. May be multiline.
Notes about the water profile. May be multiline.
Parameters
|
public
|
#
setPH( float $pH )
The PH of the water.
Parameters
|
public
|
#
setSodium( float $sodium )
The amount of Sodium (Na) in parts per million.
The amount of Sodium (Na) in parts per million.
Parameters
|
public
|
#
setSulfate( float $sulfate )
The amount of Sulfate (SO4) in parts per million.
The amount of Sulfate (SO4) in parts per million.
Parameters
|
public
|
#
setVersion( integer $version )
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.
Parameters
|