diff options
-rw-r--r-- | it.class | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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()) { |