YoastSEO_Vendor\GuzzleHttp\Psr7
AppendStream::getContents() public Yoast 1.0
{} Это метод класса: AppendStream{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$AppendStream = new AppendStream(); $AppendStream->getContents();
Код AppendStream::getContents() AppendStream::getContents Yoast 15.6.2
public function getContents()
{
return copy_to_string($this);
}