Overview

Namespaces

  • BeerXML
    • Exception
    • Generator
    • Parser
    • Record
  • PHP

Classes

  • Equipment
  • Fermentable
  • Hop
  • MashProfile
  • MashStep
  • Misc
  • Recipe
  • Style
  • Water
  • Yeast
  • Overview
  • Namespace
  • Class
  • Tree

Class MashProfile

BeerXML\Record\MashProfile implements BeerXML\Generator\IMashProfileDisplay, BeerXML\Parser\IMashProfileDisplay
Namespace: BeerXML\Record
Located at BeerXML/Record/MashProfile.php
Methods summary
public
# setEquipAdjust( boolean $equipAdjust )

Parameters

$equipAdjust
boolean
$equipAdjust

Implementation of

BeerXML\Parser\IMashProfile::setEquipAdjust()
public boolean
# getEquipAdjust( )

Returns

boolean

Implementation of

BeerXML\Generator\IMashProfile::getEquipAdjust()
public
# setGrainTemp( number $grainTemp )

Parameters

$grainTemp
number
$grainTemp

Implementation of

BeerXML\Parser\IMashProfile::setGrainTemp()
public number
# getGrainTemp( )

Returns

number

Implementation of

BeerXML\Generator\IMashProfile::getGrainTemp()
public
# addMashStep( BeerXML\Record\MashStep $mashStep )

Parameters

$mashStep
BeerXML\Record\MashStep
$mashStep

Implementation of

BeerXML\Parser\IMashProfile::addMashStep()
public BeerXML\Record\MashStep[]
# getMashSteps( )

Returns

BeerXML\Record\MashStep[]

Implementation of

BeerXML\Generator\IMashProfile::getMashSteps()
public
# setName( string $name )

Parameters

$name
string
$name

Implementation of

BeerXML\Parser\IMashProfile::setName()
public string
# getName( )

Returns

string

Implementation of

BeerXML\Generator\IMashProfile::getName()
public
# setNotes( string $notes )

Parameters

$notes
string
$notes

Implementation of

BeerXML\Parser\IMashProfile::setNotes()
public string
# getNotes( )

Returns

string

Implementation of

BeerXML\Generator\IMashProfile::getNotes()
public
# setPH( float $pH )

Parameters

$pH
float
$pH

Implementation of

BeerXML\Parser\IMashProfile::setPH()
public float
# getPH( )

Returns

float

Implementation of

BeerXML\Generator\IMashProfile::getPH()
public
# setSpargeTemp( number $spargeTemp )

Parameters

$spargeTemp
number
$spargeTemp

Implementation of

BeerXML\Parser\IMashProfile::setSpargeTemp()
public number
# getSpargeTemp( )

Returns

number

Implementation of

BeerXML\Generator\IMashProfile::getSpargeTemp()
public
# setTunSpecificHeat( float $tunSpecificHeat )

Parameters

$tunSpecificHeat
float
$tunSpecificHeat

Implementation of

BeerXML\Parser\IMashProfile::setTunSpecificHeat()
public float
# getTunSpecificHeat( )

Returns

float

Implementation of

BeerXML\Generator\IMashProfile::getTunSpecificHeat()
public
# setTunTemp( number $tunTemp )

Parameters

$tunTemp
number
$tunTemp

Implementation of

BeerXML\Parser\IMashProfile::setTunTemp()
public number
# getTunTemp( )

Returns

number

Implementation of

BeerXML\Generator\IMashProfile::getTunTemp()
public
# setTunWeight( float $tunWeight )

Parameters

$tunWeight
float
$tunWeight

Implementation of

BeerXML\Parser\IMashProfile::setTunWeight()
public float
# getTunWeight( )

Returns

float

Implementation of

BeerXML\Generator\IMashProfile::getTunWeight()
public
# setVersion( integer $version )

Parameters

$version
integer
$version

Implementation of

BeerXML\Parser\IMashProfile::setVersion()
public integer
# getVersion( )

Returns

integer

Implementation of

BeerXML\Generator\IMashProfile::getVersion()
public
# setDisplayGrainTemp( string $displayGrainTemp )

Grain temperature in user display units with the units. For example: "72 F".

Grain temperature in user display units with the units. For example: "72 F".

Parameters

$displayGrainTemp
string
$displayGrainTemp

Implementation of

BeerXML\Parser\IMashProfileDisplay::setDisplayGrainTemp()
public string
# getDisplayGrainTemp( )

Grain temperature in user display units with the units. For example: "72 F".

Grain temperature in user display units with the units. For example: "72 F".

Returns

string

Implementation of

BeerXML\Generator\IMashProfileDisplay::getDisplayGrainTemp()
public
# setDisplaySpargeTemp( string $displaySpargeTemp )

Sparge temperature in user defined units. For example "178 F"

Sparge temperature in user defined units. For example "178 F"

Parameters

$displaySpargeTemp
string
$displaySpargeTemp

Implementation of

BeerXML\Parser\IMashProfileDisplay::setDisplaySpargeTemp()
public string
# getDisplaySpargeTemp( )

Sparge temperature in user defined units. For example "178 F"

Sparge temperature in user defined units. For example "178 F"

Returns

string

Implementation of

BeerXML\Generator\IMashProfileDisplay::getDisplaySpargeTemp()
public
# setDisplayTunTemp( string $displayTunTemp )

Tun temperature in user display units. For example "68 F"

Tun temperature in user display units. For example "68 F"

Parameters

$displayTunTemp
string
$displayTunTemp

Implementation of

BeerXML\Parser\IMashProfileDisplay::setDisplayTunTemp()
public string
# getDisplayTunTemp( )

Tun temperature in user display units. For example "68 F"

Tun temperature in user display units. For example "68 F"

Returns

string

Implementation of

BeerXML\Generator\IMashProfileDisplay::getDisplayTunTemp()
public
# setDisplayTunWeight( string $displayTunWeight )

Tun weight in user defined units – for example "10 lb"

Tun weight in user defined units – for example "10 lb"

Parameters

$displayTunWeight
string
$displayTunWeight

Implementation of

BeerXML\Parser\IMashProfileDisplay::setDisplayTunWeight()
public string
# getDisplayTunWeight( )

Tun weight in user defined units – for example "10 lb"

Tun weight in user defined units – for example "10 lb"

Returns

string

Implementation of

BeerXML\Generator\IMashProfileDisplay::getDisplayTunWeight()
php-beerxml API documentation generated by ApiGen 2.8.0