X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Finterfaces%2Fdebug%2Fclass_Debugger.php;h=5fd54f370f846a9bf1da7a9d60861e6096641c34;hp=0520e552165937118231ffd856a43f150e229337;hb=e6fa5aeb4f807fb3d5f3b025faced65ede4140dd;hpb=376f18065add180430bd35fb6d70980211434f24 diff --git a/inc/classes/interfaces/debug/class_Debugger.php b/inc/classes/interfaces/debug/class_Debugger.php index 0520e552..5fd54f37 100644 --- a/inc/classes/interfaces/debug/class_Debugger.php +++ b/inc/classes/interfaces/debug/class_Debugger.php @@ -25,10 +25,11 @@ interface Debugger extends FrameworkInterface { /** * Outputs the given data * - * @param $output Debug text for output + * @param $output Debug text for output + * @param $stripTags Whether HTML tags shall be stripped out * @return void */ - function outputStream ($output); + function outputStream ($output, $stripTags = false); } // [EOF]