WordPress\AiClient\Providers\Http\DTO

Request::getDatapublicWP 0.1.0

Gets the request data array.

Method of the class: Request{}

No Hooks.

Returns

Array. mixed>|null The request data array.

Usage

$Request = new Request();
$Request->getData(): ?array;

Changelog

Since 0.1.0 Introduced.

Request::getData() code WP 7.0.4

public function getData(): ?array
{
    return $this->data;
}