]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/output/class_
Rewrite continued:
[core.git] / framework / main / classes / output / class_
index d21367a4bc192693d94a8eb7d40b24eba073d668..dbca8d465c84861fcf98a0ade52224852b10ab19 100644 (file)
@@ -71,7 +71,7 @@ class ???Output extends BaseOutput implements OutputStreamer, Registerable {
         * @return      void
         * @todo        0% done
         */
-       public final function output ($outStream = FALSE, $stripTags = FALSE) {
+       public final function output ($outStream = false, $stripTags = false) {
                $this->partialStub('Please implement this method. outStream()=' . strlen($outStream) . ',stripTags=' . intval($stripTags));
        }