diff options
author | Christian Helbling | 2017-01-06 14:43:50 +0100 |
---|---|---|
committer | Christian Helbling | 2017-01-06 14:43:50 +0100 |
commit | 1fc78bf4b304881b09ef24af40c1b1b494e2bde5 (patch) | |
tree | 1f41764d43a2ed32ba3330fcffb4d1ae511ce928 | |
parent | 53cc3c345d373fba1e5424479b8864e23252555b (diff) | |
download | itools-1fc78bf4b304881b09ef24af40c1b1b494e2bde5.tar.gz itools-1fc78bf4b304881b09ef24af40c1b1b494e2bde5.tar.bz2 itools-1fc78bf4b304881b09ef24af40c1b1b494e2bde5.zip |
add illustration for it::error
-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()) { |