- Override the function __toString to comply with xdebug
- Correct bug in input_switch.class.php when there is several input_switch - FicheDef the insertAttribut can have an order, usefull when installing new category + attribute
This commit is contained in:
parent
b382455dd0
commit
570e3c53a1
6 changed files with 64 additions and 10 deletions
|
|
@ -45,6 +45,10 @@ class HttpInput
|
|||
$this->array=null;
|
||||
$this->empty="";
|
||||
}
|
||||
public function __toString(): string
|
||||
{
|
||||
return "http_input".print_r($this,true);
|
||||
}
|
||||
public function get_array()
|
||||
{
|
||||
return $this->array;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue