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

Public Member Functions

 __construct ($index=0)
 
 execute (array $args, ObjectProphecy $object, MethodProphecy $method)
 

Detailed Description

Return argument promise.

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

Constructor & Destructor Documentation

◆ __construct()

Prophecy\Promise\ReturnArgumentPromise::__construct (   $index = 0)

Initializes callback promise.

Parameters
int$indexThe zero-indexed number of the argument to return
Exceptions

Member Function Documentation

◆ execute()

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

Returns nth argument if has one, null otherwise.

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

Implements Prophecy\Promise\PromiseInterface.


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