WordPress\AiClient\Tools\DTO

FunctionResponse::getResponsepublicWP 0.1.0

Gets the function response.

Method of the class: FunctionResponse{}

No Hooks.

Returns

Mixed. The response data.

Usage

$FunctionResponse = new FunctionResponse();
$FunctionResponse->getResponse();

Changelog

Since 0.1.0 Introduced.

FunctionResponse::getResponse() code WP 7.1

public function getResponse()
{
    return $this->response;
}