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