GC_HTTP_Response::set_data()

最后更新于:2021-12-01 11:11:00

GC_( mixed$data)

Sets the response data.

参数

$data

(mixed) (Required) Response data.

源文件

文件: gc-includes/class-gc-http-response.php

	public function set_data( $data ) {
		$this->data = $data;
	}