toUnit($unit); return (string) round($value, 2); } /** * For the HTTP Resource call */ public function toJson() { return [ 'knot' => round($this->toUnit('knot'), 2), 'km/h' => round($this->toUnit('km/h'), 2), ]; } }