Ejemplo n.º 1
0
 /**
  * @return bool
  */
 protected function showsAverage()
 {
     return $this->Sport->isRunning() && $this->Analysis == self::ANALYSIS_DEFAULT;
 }