Skip to content
Saggre edited this page Apr 24, 2022 · 1 revision

Base

Represents a pizza base.

  • Full name: \PhpDocumentorMarkdown\Example\Pizza\Base

Constants

Constant Visibility Type Value
YEAST_SOURDOUGH_STARTER private 0b1
YEAST_FRESH public 0b10
YEAST_ACTIVE_DRY public 0b11

Properties

sauce

The sauce used.

protected \PhpDocumentorMarkdown\Example\Pizza\Sauce $sauce

yeast

Type of yeast used.

protected int $yeast

Methods

__construct

public __construct(\PhpDocumentorMarkdown\Example\Pizza\Sauce $sauce, int $yeast = self::YEAST_SOURDOUGH_STARTER): mixed

Parameters:

Parameter Type Description
$sauce \PhpDocumentorMarkdown\Example\Pizza\Sauce
$yeast int

getSauce

public getSauce(): \PhpDocumentorMarkdown\Example\Pizza\Sauce

getYeast

public getYeast(): int


Automatically generated from source code comments on 2022-04-24 using phpDocumentor and saggre/phpdocumentor-markdown

Clone this wiki locally