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

process() public method

{@inheritDoc}
public process ( Psr\Http\Message\RequestInterface $request )
$request Psr\Http\Message\RequestInterface
    public function process(RequestInterface $request)
    {
        $delegate = $this->delegate;
        return $delegate($request, $this->response);
    }
CallableDelegateDecorator