Zend\Stratigility\Delegate\CallableDelegateDecorator::__construct PHP Method

__construct() public method

public __construct ( callable $delegate, Psr\Http\Message\ResponseInterface $response )
$delegate callable
$response Psr\Http\Message\ResponseInterface
    public function __construct(callable $delegate, ResponseInterface $response)
    {
        $this->delegate = $delegate;
        $this->response = $response;
    }
CallableDelegateDecorator