X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fmain%2Fclasses%2Foutput%2Fweb%2Fclass_WebOutput.php;h=e1299ef1157f9f12a17dea3466789dcc4a937129;hp=17031f2d8922a27f67cec3b1484e95b69f237966;hb=de1f271c2bdb43725f6671ea6588a44cf33bf091;hpb=fe28fd87dd0c4e129cef6ee7bd4e257a3f3ba280 diff --git a/inc/main/classes/output/web/class_WebOutput.php b/inc/main/classes/output/web/class_WebOutput.php index 17031f2d..e1299ef1 100644 --- a/inc/main/classes/output/web/class_WebOutput.php +++ b/inc/main/classes/output/web/class_WebOutput.php @@ -1,4 +1,13 @@ debugOutput('[' . __METHOD__ . ':' . __LINE__ . '] offset=' . $offset . ',whence=' . $whence); + self::createDebugInstance(__CLASS__, __LINE__)->debugOutput('[' . __METHOD__ . ':' . __LINE__ . '] offset=' . $offset . ',whence=' . $whence); throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION); } @@ -107,7 +116,5 @@ class WebOutput extends BaseOutput implements OutputStreamer, Registerable { public function size () { throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION); } -} -// [EOF] -?> +}