summaryrefslogtreecommitdiff
path: root/it.class
diff options
context:
space:
mode:
Diffstat (limited to 'it.class')
-rw-r--r--it.class9
1 files changed, 9 insertions, 0 deletions
diff --git a/it.class b/it.class
index 0b4f44a..95c91e5 100644
--- a/it.class
+++ b/it.class
@@ -127,6 +127,15 @@ static function timerlog($label = '')
* @param $p['failcount'] give number of consecutive okstate failures needed for creating an error [2]
* @param $p['omitdebuginfo'] value 1 omits long stack and var dumps, value 2 also omits trace and url
* @return always null (so users can return it::error() in error cases)
+ * EXAMPLES (m: mail, x: no mail)
+ * time ---|graceperiod|timewindow|
+ * |graceperiod|timewindow|--.
+ * |graceperiod|timewindow|------>
+ * id x x x m x x x x
+ *
+ * time ---|blockmail|--|blockmail|---->
+ * blockmailid m x x m x
+ *
*/
static function error($p = array())
{