Lggr
Public Member Functions | List of all members
Prophecy\Promise\PromiseInterface Interface Reference
Inheritance diagram for Prophecy\Promise\PromiseInterface:
Inheritance graph
[legend]

Public Member Functions

 execute (array $args, ObjectProphecy $object, MethodProphecy $method)
 

Detailed Description

Promise interface. Promises are logical blocks, tied to will... keyword.

Author
Konstantin Kudryashov ever..nosp@m.zet@.nosp@m.gmail.nosp@m..com

Member Function Documentation

◆ execute()

Prophecy\Promise\PromiseInterface::execute ( array  $args,
ObjectProphecy  $object,
MethodProphecy  $method 
)

Evaluates promise.

Parameters
array$args
ObjectProphecy$object
MethodProphecy$method
Returns
mixed

Implemented in Prophecy\Promise\ThrowPromise, Prophecy\Promise\ReturnArgumentPromise, Prophecy\Promise\CallbackPromise, and Prophecy\Promise\ReturnPromise.


The documentation for this interface was generated from the following file: