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 IStyle

Direct known implementers

BeerXML\Parser\IStyleDisplay

Indirect known implementers

BeerXML\Record\Style
Namespace: BeerXML\Parser
Located at BeerXML/Parser/IStyle.php
Methods summary
public
# setAbvMax( float $abvMax )

Parameters

$abvMax
float
$abvMax
public
# setAbvMin( float $abvMin )

Parameters

$abvMin
float
$abvMin
public
# setCarbMax( float $carbMax )

Parameters

$carbMax
float
$carbMax
public
# setCarbMin( float $carbMin )

Parameters

$carbMin
float
$carbMin
public
# setCategory( string $category )

Parameters

$category
string
$category
public
# setCategoryNumber( string $categoryNumber )

Parameters

$categoryNumber
string
$categoryNumber
public
# setColorMax( number $colorMax )

Parameters

$colorMax
number
$colorMax
public
# setColorMin( number $colorMin )

Parameters

$colorMin
number
$colorMin
public
# setExamples( string $examples )

Parameters

$examples
string
$examples
public
# setFgMax( float $fgMax )

Parameters

$fgMax
float
$fgMax
public
# setFgMin( float $fgMin )

Parameters

$fgMin
float
$fgMin
public
# setIbuMax( float $ibuMax )

Parameters

$ibuMax
float
$ibuMax
public
# setIbuMin( float $ibuMin )

Parameters

$ibuMin
float
$ibuMin
public
# setIngredients( string $ingredients )

Parameters

$ingredients
string
$ingredients
public
# setName( string $name )

Parameters

$name
string
$name
public
# setNotes( string $notes )

Parameters

$notes
string
$notes
public
# setOgMax( float $ogMax )

Parameters

$ogMax
float
$ogMax
public
# setOgMin( float $ogMin )

Parameters

$ogMin
float
$ogMin
public
# setProfile( string $profile )

Parameters

$profile
string
$profile
public
# setStyleGuide( string $styleGuide )

Parameters

$styleGuide
string
$styleGuide
public
# setStyleLetter( string $styleLetter )

Parameters

$styleLetter
string
$styleLetter
public
# setType( string $type )

Parameters

$type
string
$type
public
# setVersion( integer $version )

Parameters

$version
integer
$version
php-beerxml API documentation generated by ApiGen 2.8.0