Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
|
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. | |