From 33f00442f1667d57f94433834e0da4985670025b Mon Sep 17 00:00:00 2001 From: Fbenas Date: Mon, 7 May 2018 14:42:15 +0100 Subject: Get filtering working with output --- src/Script/Output.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'src/Script/Output.php') diff --git a/src/Script/Output.php b/src/Script/Output.php index e69de29..8f7a689 100644 --- a/src/Script/Output.php +++ b/src/Script/Output.php @@ -0,0 +1,23 @@ +toString()); + } + + echo implode("\n\n", $out) . "\n"; + } +} -- cgit v1.2.3