begining of automating tasks
This commit is contained in:
parent
db2c1490b3
commit
dcf0d8b2ba
3 changed files with 117 additions and 2 deletions
|
@ -116,6 +116,12 @@ class App{
|
|||
return $this->postParams[$name];
|
||||
|
||||
}
|
||||
|
||||
public function setPostParam($name, $value){
|
||||
|
||||
$this->postParams[$name]= $value;
|
||||
|
||||
}
|
||||
|
||||
public function setOutput($key, $out){
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue