Stop watches - reviewed history of changes (+ started refactorization of change tracking into AttributeDef)

SVN:trunk[2174]
This commit is contained in:
Romain Quetiez
2012-09-11 10:55:11 +00:00
parent e48a842881
commit 7026eb3b76
4 changed files with 135 additions and 80 deletions

View File

@@ -88,7 +88,7 @@ return false;
return (string) $this->iTimeSpent;
}
public function DefineThreshold($iPercent, $tDeadline = null, $bPassed = false, $bTriggered = false, $iOverrun = 0)
public function DefineThreshold($iPercent, $tDeadline = null, $bPassed = false, $bTriggered = false, $iOverrun = null)
{
$this->aThresholds[$iPercent] = array(
'deadline' => $tDeadline, // unix time (seconds)