WordPress\AiClientDependencies\Nyholm\Psr7

Uri::getFragmentpublicWP 1.0

Method of the class: Uri{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

Uri::getFragment() code WP 7.0

public function getFragment(): string
{
    return $this->fragment;
}