Ejemplo n.º 1
0
 /**
  * Get power
  * @return string power with unit
  */
 public function power()
 {
     if ($this->Activity->power() > 0) {
         return $this->Activity->power() . ' W';
     }
     return '';
 }