/** * Get string for displaying JD points with stresscolor * @return string */ public function jdIntensityWithStresscolor() { $Stress = new Stresscolor($this->Activity->jdIntensity()); $Stress->scale(0, 50); return $Stress->string($this->Activity->jdIntensity()); }