Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
|
Static Public Member Functions | |
static | fulfilled (PromiseInterface $promise) |
Returns true if a promise is fulfilled. | |
static | pending (PromiseInterface $promise) |
static | rejected (PromiseInterface $promise) |
Returns true if a promise is rejected. | |
static | settled (PromiseInterface $promise) |
Returns true if a promise is fulfilled or rejected. | |