PizzaSauceTrait
PizzaSauceTrait provides basic saucing functionality for pizzas.
This trait is used to demonstrate the bug where phpDocumentor doesn't document traits that are used by other traits.
Table of Contents
Constants
- SAUCE_VERSION = '1.0'
- Version of the sauce recipe
Properties
- $sauceType : string
Methods
- getSauceType() : string
- applySauce() : string
Constants
SAUCE_VERSION
Version of the sauce recipe
public
mixed
SAUCE_VERSION
= '1.0'
Properties
$sauceType
protected
string
$sauceType
= 'Tomato'
Methods
getSauceType()
public
getSauceType() : string
Return values
stringapplySauce()
protected
applySauce(string $sauceAmount) : string
Parameters
- $sauceAmount : string