PromiseInterface
in
Promise interface.
Promises are logical blocks, tied to will...
keyword.
Tags
Table of Contents
- execute() : mixed
- Evaluates promise.
Methods
execute()
Evaluates promise.
public
execute(array<string|int, mixed> $args, ObjectProphecy $object, MethodProphecy $method) : mixed
Parameters
- $args : array<string|int, mixed>
- $object : ObjectProphecy
- $method : MethodProphecy