| 
    file-fetcher
    
   | 
 
  
Callback promise.
Public Member Functions | |
| __construct ($callback) | |
| execute (array $args, ObjectProphecy $object, MethodProphecy $method) | |
| Prophecy\Promise\CallbackPromise::__construct | ( | $callback | ) | 
Initializes callback promise.
| callable | $callback | Custom callback | 
| Prophecy\Promise\CallbackPromise::execute | ( | array | $args, | 
| ObjectProphecy | $object, | ||
| MethodProphecy | $method | ||
| ) | 
Evaluates promise callback.
| array | $args | |
| ObjectProphecy | $object | |
| MethodProphecy | $method | 
Implements Prophecy\Promise\PromiseInterface.
 1.8.17