[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/guzzlehttp/promises/src/ -> RejectedPromise.php (summary)

(no description)

File Size: 91 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

RejectedPromise:: (8 methods):
  __construct()
  then()
  otherwise()
  wait()
  getState()
  resolve()
  reject()
  cancel()


Class: RejectedPromise  - X-Ref

A promise that has been rejected.

Thenning off of this promise will invoke the onRejected callback
immediately and ignore other callbacks.
__construct($reason)   X-Ref
No description

then(callable $onFulfilled = null,callable $onRejected = null)   X-Ref
No description

otherwise(callable $onRejected)   X-Ref
No description

wait($unwrap = true, $defaultDelivery = null)   X-Ref
No description

getState()   X-Ref
No description

resolve($value)   X-Ref
No description

reject($reason)   X-Ref
No description

cancel()   X-Ref
No description



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1