Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250706) (a6b17d8f6bd)
|
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. | |