Zeile 104 | Zeile 104 |
---|
$this->formatted = $this->format($totaltime); return $this->formatted; }
|
$this->formatted = $this->format($totaltime); return $this->formatted; }
|
| return '';
|
}
/**
| }
/**
|
Zeile 122 | Zeile 123 |
---|
/** * Formats the timer time in a pretty way. *
|
/** * Formats the timer time in a pretty way. *
|
* @param string The time string. * @return The formatted time string.
| * @param string $string The time string. * @return string The formatted time string.
|
*/ function format($string) {
| */ function format($string) {
|