WordPress\AiClientDependencies\Nyholm\Psr7

Uri::getUserInfopublicWP 1.0

Method of the class: Uri{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Uri = new Uri();
$Uri->getUserInfo(): string;

Uri::getUserInfo() code WP 7.0

public function getUserInfo(): string
{
    return $this->userInfo;
}