WordPress\AiClientDependencies\Nyholm\Psr7

Uri::getQuerypublicWP 1.0

Method of the class: Uri{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

Uri::getQuery() code WP 7.0

public function getQuery(): string
{
    return $this->query;
}