begining of automating tasks

This commit is contained in:
Yoggzo 2016-03-23 15:46:57 +01:00
parent db2c1490b3
commit dcf0d8b2ba
3 changed files with 117 additions and 2 deletions

View file

@ -116,6 +116,12 @@ class App{
return $this->postParams[$name];
}
public function setPostParam($name, $value){
$this->postParams[$name]= $value;
}
public function setOutput($key, $out){