Moodle PHP Documentation 5.0
Moodle 5.0.1+ (Build: 20250711) (61af040cd5f)
|
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. | |