Lggr
|
Public Member Functions | |
__construct ($callback) | |
execute (array $args, ObjectProphecy $object, MethodProphecy $method) | |
Callback promise.
Prophecy\Promise\CallbackPromise::__construct | ( | $callback | ) |
Initializes callback promise.
callable | $callback | Custom callback |
Prophecy\Promise\CallbackPromise::execute | ( | array | $args, |
ObjectProphecy | $object, | ||
MethodProphecy | $method | ||
) |
Evaluates promise callback.
array | $args | |
ObjectProphecy | $object | |
MethodProphecy | $method |
Implements Prophecy\Promise\PromiseInterface.