-
Notifications
You must be signed in to change notification settings - Fork 9
Base
Sakri Koskimies edited this page Jul 10, 2025
·
2 revisions
Represents a pizza base.
- Full name:
\PhpDocumentorMarkdown\Example\Pizza\Base
| Constant | Visibility | Type | Value |
|---|---|---|---|
YEAST_SOURDOUGH_STARTER |
private | 0b1 | |
YEAST_FRESH |
public | 0b10 | |
YEAST_ACTIVE_DRY |
public | 0b11 |
The sauce used.
protected \PhpDocumentorMarkdown\Example\Pizza\Sauce $sauceType of yeast used.
protected int $yeastpublic __construct(\PhpDocumentorMarkdown\Example\Pizza\Sauce $sauce, int $yeast = self::YEAST_SOURDOUGH_STARTER): mixedParameters:
| Parameter | Type | Description |
|---|---|---|
$sauce |
\PhpDocumentorMarkdown\Example\Pizza\Sauce | |
$yeast |
int |
public getSauce(): \PhpDocumentorMarkdown\Example\Pizza\Saucepublic getYeast(): intThrows: