From 9e7eb6774b823c1716ec14476ac8e53d758143ab Mon Sep 17 00:00:00 2001 From: Yoggzo Date: Mon, 18 Apr 2016 17:20:27 +0200 Subject: begining of floating ip --- server/Test/AppTestClass.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'server/Test/AppTestClass.php') diff --git a/server/Test/AppTestClass.php b/server/Test/AppTestClass.php index a663514..d2f71e7 100755 --- a/server/Test/AppTestClass.php +++ b/server/Test/AppTestClass.php @@ -118,6 +118,12 @@ class AppTest{ return $this->errorClass; } + + public function getOutput($key){ + + return $this->output[$key]; + + } } -- cgit v1.2.3