Documentation

Base
in package

Represents a pizza base.

Table of Contents

YEAST_ACTIVE_DRY  = 0b11
YEAST_FRESH  = 0b10
YEAST_SOURDOUGH_STARTER  = 0b1
$sauce  : Sauce
The sauce used.
$yeast  : int
Type of yeast used.
__construct()  : mixed
getSauce()  : Sauce
getYeast()  : int

Constants

YEAST_ACTIVE_DRY

public mixed YEAST_ACTIVE_DRY = 0b11

YEAST_FRESH

public mixed YEAST_FRESH = 0b10

YEAST_SOURDOUGH_STARTER

private mixed YEAST_SOURDOUGH_STARTER = 0b1

Properties

$yeast

Type of yeast used.

protected int $yeast

Methods

__construct()

public __construct(Sauce $sauce[, int $yeast = self::YEAST_SOURDOUGH_STARTER ]) : mixed
Parameters
$sauce : Sauce
$yeast : int = self::YEAST_SOURDOUGH_STARTER
Return values
mixed

getYeast()

public getYeast() : int
Return values
int

Search results