functions.php
Table of Contents
Functions
- heatOven() : mixed
- coolOven() : bool
- turnOffOven() : void
- populateTemperature() : void
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