Lggr
|
Public Member Functions | |
execute (array $args, ObjectProphecy $object, MethodProphecy $method) | |
Promise interface. Promises are logical blocks, tied to will...
keyword.
Prophecy\Promise\PromiseInterface::execute | ( | array | $args, |
ObjectProphecy | $object, | ||
MethodProphecy | $method | ||
) |
Evaluates promise.
array | $args | |
ObjectProphecy | $object | |
MethodProphecy | $method |
Implemented in Prophecy\Promise\ThrowPromise, Prophecy\Promise\ReturnArgumentPromise, Prophecy\Promise\CallbackPromise, and Prophecy\Promise\ReturnPromise.