WordPress\AiClientDependencies\Nyholm\Psr7
ServerRequest::getAttributes
Method of the class: ServerRequest{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ServerRequest = new ServerRequest(); $ServerRequest->getAttributes(): array;
ServerRequest::getAttributes() ServerRequest::getAttributes code WP 7.0
public function getAttributes(): array
{
return $this->attributes;
}