X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Foutput%2Fclass_ConsoleOutput.php;fp=inc%2Fclasses%2Fmain%2Foutput%2Fclass_ConsoleOutput.php;h=5df93cba746504da9f99c018c21fe567a89bd319;hp=9545ef06a66a3a74dde7a6316b4425026ee15922;hb=e6fa5aeb4f807fb3d5f3b025faced65ede4140dd;hpb=376f18065add180430bd35fb6d70980211434f24 diff --git a/inc/classes/main/output/class_ConsoleOutput.php b/inc/classes/main/output/class_ConsoleOutput.php index 9545ef06..5df93cba 100644 --- a/inc/classes/main/output/class_ConsoleOutput.php +++ b/inc/classes/main/output/class_ConsoleOutput.php @@ -84,9 +84,10 @@ class ConsoleOutput extends BaseFrameworkSystem implements OutputStreamer { * Output the code * * @param $outStream Something we shall sent to the console + * @param $stripTags Whether HTML tags shall be stripped out * @return void */ - public final function output ($outStream = false) { + public final function output ($outStream = false, $stripTags = false) { print trim($outStream) . chr(10); } }