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