typing
This commit is contained in:
parent
9760a59836
commit
f2f21c3e2b
@ -14,6 +14,10 @@ class CommunicationAnswer {
|
|||||||
public $error;
|
public $error;
|
||||||
public $data;
|
public $data;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param string $data
|
||||||
|
* @param bool $error
|
||||||
|
*/
|
||||||
public function __construct($data = "", $error = false) {
|
public function __construct($data = "", $error = false) {
|
||||||
$this->data = $data;
|
$this->data = $data;
|
||||||
$this->error = $error;
|
$this->error = $error;
|
||||||
|
Loading…
Reference in New Issue
Block a user