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