WordPress\AiClientDependencies\Nyholm\Psr7

ServerRequest::getAttributespublicWP 1.0

Method of the class: ServerRequest{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ServerRequest = new ServerRequest();
$ServerRequest->getAttributes(): array;

ServerRequest::getAttributes() code WP 7.0

public function getAttributes(): array
{
    return $this->attributes;
}