*** # Sauce Pizza sauce class. * Full name: `\PhpDocumentorMarkdown\Example\Pizza\Sauce` ## Properties ### name Sauce name. ```php protected string $name ``` *** ### tomatoSupplier Tomato supplier. ```php public static string $tomatoSupplier ``` * This property is **static**. *** ## Methods ### __construct ```php public __construct(string $name): mixed ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$name` | **string** | | *** *** > Automatically generated from source code comments on 2022-04-24 using [phpDocumentor](http://www.phpdoc.org/) and [saggre/phpdocumentor-markdown](https://github.com/Saggre/phpDocumentor-markdown)