YoastSEO_Vendor\GuzzleHttp\Psr7
Uri::__toString() public Yoast 1.0
{} Это метод класса: Uri{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$Uri = new Uri(); $Uri->__toString();
Код Uri::__toString() Uri:: toString Yoast 15.6.2
public function __toString()
{
return self::composeComponents($this->scheme, $this->getAuthority(), $this->path, $this->query, $this->fragment);
}