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