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
Implementation of
|
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
Implementation of
|
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
Implementation of
|
public
float
|
#
getBicarbonate( )
The amount of bicarbonate (HCO3) in parts per million.
The amount of bicarbonate (HCO3) in parts per million.
Returns
float
Implementation of
|
public
|
#
setCalcium( float $calcium )
The amount of calcium (Ca) in parts per million.
The amount of calcium (Ca) in parts per million.
Parameters
Implementation of
|
public
float
|
#
getCalcium( )
The amount of calcium (Ca) in parts per million.
The amount of calcium (Ca) in parts per million.
Returns
float
Implementation of
|
public
|
#
setChloride( float $chloride )
Parameters
Implementation of
|
public
float
|
|
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
Implementation of
|
public
float
|
#
getMagnesium( )
The amount of Magnesium (Mg) in parts per million.
The amount of Magnesium (Mg) in parts per million.
Returns
float
Implementation of
|
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
Implementation of
|
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
Implementation of
|
public
|
#
setNotes( string $notes )
Notes about the water profile. May be multiline.
Notes about the water profile. May be multiline.
Parameters
Implementation of
|
public
string
|
#
getNotes( )
Notes about the water profile. May be multiline.
Notes about the water profile. May be multiline.
Returns
string
Implementation of
|
public
|
#
setPH( float $pH )
The PH of the water.
Parameters
Implementation of
|
public
float
|
#
getPH( )
The PH of the water.
Returns
float
Implementation of
|
public
|
#
setSodium( float $sodium )
The amount of Sodium (Na) in parts per million.
The amount of Sodium (Na) in parts per million.
Parameters
Implementation of
|
public
float
|
#
getSodium( )
The amount of Sodium (Na) in parts per million.
The amount of Sodium (Na) in parts per million.
Returns
float
Implementation of
|
public
|
#
setSulfate( float $sulfate )
The amount of Sulfate (SO4) in parts per million.
The amount of Sulfate (SO4) in parts per million.
Parameters
Implementation of
|
public
float
|
#
getSulfate( )
The amount of Sulfate (SO4) in parts per million.
The amount of Sulfate (SO4) in parts per million.
Returns
float
Implementation of
|
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
Implementation of
|
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
Implementation of
|
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
Implementation of
|
public
string
|
#
getDisplayAmount( )
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".
Returns
string
Implementation of
|