Marios
Table of Contents
Namespaces
Interfaces
- Product
- Contract between products.
Classes
- Oven
- Pizza
- Pizzeria
- Entrypoint for this pizza ordering application.
- PizzeriaTest
Traits
- PizzaSauceTrait
- PizzaSauceTrait provides basic saucing functionality for pizzas.
- PizzaToppingTrait
- PizzaToppingTrait demonstrates a trait that uses another trait.
- SharedTrait
- Trait that all pizza's could share.
Enums
- Delivery
- This is an enum example
Constants
- OVEN_TEMPERATURE = 9001
Functions
- heatOven() : mixed
- coolOven() : bool
- turnOffOven() : void
- populateTemperature() : void
Constants
OVEN_TEMPERATURE
public
mixed
OVEN_TEMPERATURE
= 9001
Functions
heatOven()
heatOven() : mixed
coolOven()
coolOven([int $degrees = 42 ]) : bool
Parameters
- $degrees : int = 42
Return values
bool —whether cooling succeeded.
turnOffOven()
turnOffOven([int $timeout = 0 ]) : void
Parameters
- $timeout : int = 0
populateTemperature()
populateTemperature(int &$temperature) : void
Parameters
- $temperature : int