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