begining of floating ip

This commit is contained in:
Yoggzo 2016-04-18 17:20:27 +02:00
parent aa26e5f959
commit 9e7eb6774b
2 changed files with 201 additions and 0 deletions

View file

@ -118,6 +118,12 @@ class AppTest{
return $this->errorClass;
}
public function getOutput($key){
return $this->output[$key];
}
}