Sets the response data.
Parameters
-
$datamixed required -
Response data.
Source
public function set_data( $data ) {
$this->data = $data;
}
Changuelog
| Versionen | Description |
|---|---|
| 4.4.0 | Introduced. |
Sets the response data.
$data
mixed
required
public function set_data( $data ) {
$this->data = $data;
}
| Versionen | Description |
|---|---|
| 4.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.