WordPress\AiClientDependencies\Nyholm\Psr7
ServerRequest::getAttributes
Метод класса: ServerRequest{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$ServerRequest = new ServerRequest(); $ServerRequest->getAttributes(): array;
Код ServerRequest::getAttributes() ServerRequest::getAttributes WP 7.0.4
public function getAttributes(): array
{
return $this->attributes;
}