Marios
Namespaces
Interfaces, Classes and Traits
- Product
- Oven
- Pizza
- Pizzeria
- Entrypoint for this pizza ordering application.
- PizzeriaTest
- SharedTrait
- Trait that all pizza's could share.
Table of Contents
- OVEN_TEMPERATURE = 9001
- heatOven() : mixed
- coolOven() : bool
- populateTemperature() : void
Constants
OVEN_TEMPERATURE
public
mixed
OVEN_TEMPERATURE
= 9001
Functions
heatOven()
heatOven() : mixed
Return values
mixed —coolOven()
coolOven([int $degrees = 42 ]) : bool
Parameters
- $degrees : int = 42
Return values
bool —whether cooling succeeded.
populateTemperature()
populateTemperature(int &$temperature) : void
Parameters
- $temperature : int