Example #1
0
 /**
  * Get ground contact
  * @return string ground contact time with unit
  */
 public function groundcontact()
 {
     if ($this->Activity->groundcontact() > 0) {
         return round($this->Activity->groundcontact()) . ' ms';
     }
     return '';
 }