Support gestion output
This commit is contained in:
parent
3fe5596998
commit
9280eecbcf
1 changed files with 4 additions and 4 deletions
|
@ -16,10 +16,10 @@ class AppTest{
|
|||
$this->tokenPost = NULL;
|
||||
$this->tokenClass = new genTokenOptions($args);
|
||||
$this->openstack = new OpenStack\OpenStack([]);
|
||||
$this->pluginsApi = plugin_api::getInstance();
|
||||
$this->pluginsApi = plugin_api::getInstance();
|
||||
$this->errorClass = new errorManagement($this);
|
||||
$this->output = array();
|
||||
$this->postParams = $_POST;
|
||||
$this->postParams = $_POST;
|
||||
|
||||
}
|
||||
|
||||
|
@ -91,7 +91,7 @@ class AppTest{
|
|||
}
|
||||
|
||||
public function show(){
|
||||
echo json_encode($this->output);
|
||||
return json_encode($this->output);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue