git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2168 a333f486-631f-4898-b8df-5754b55c2be0
@@ -77,10 +77,16 @@ class ormStopWatch
return false;
-
return true;
}
+ /**
+ * Necessary for the triggers
+ */
+ public function __toString()
+ {
+ return (string) $this->iTimeSpent;
+ }
public function DefineThreshold($iPercent, $tDeadline = null, $bPassed = false, $bTriggered = false, $iOverrun = 0)
{