Request::getData(): WordPressAiClientProvidersHttpDTOarray<string,

In this article

Gets the request data array.

Return

WordPressAiClientProvidersHttpDTOarray<string, mixed>|null The request data array.

Source

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

Changelog

VersionDescription
0.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.