Sets the temperature.
Parameters
$temperaturefloatrequired- The temperature.
Source
public function setTemperature(float $temperature): void
{
$this->temperature = $temperature;
}
Changelog
| Version | Description |
|---|---|
| 0.1.0 | Introduced. |
Sets the temperature.
$temperaturefloatrequiredpublic function setTemperature(float $temperature): void
{
$this->temperature = $temperature;
}
| Version | Description |
|---|---|
| 0.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.