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

Public Member Functions

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

Detailed Description

Callback promise.

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

Constructor & Destructor Documentation

◆ __construct()

Prophecy\Promise\CallbackPromise::__construct (   $callback)

Initializes callback promise.

Parameters
callable$callbackCustom callback
Exceptions

Member Function Documentation

◆ execute()

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

Evaluates promise callback.

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

Implements Prophecy\Promise\PromiseInterface.


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