PHP 클래스 Zend\Stratigility\Delegate\CallableDelegateDecorator

상속: implements Interop\Http\Middleware\DelegateInterface
파일 보기 프로젝트 열기: zendframework/zend-stratigility

공개 메소드들

메소드 설명
__construct ( callable $delegate, Psr\Http\Message\ResponseInterface $response )
process ( Psr\Http\Message\RequestInterface $request ) Proxies to the underlying callable delegate to process a request.

메소드 상세

__construct() 공개 메소드

public __construct ( callable $delegate, Psr\Http\Message\ResponseInterface $response )
$delegate callable
$response Psr\Http\Message\ResponseInterface

process() 공개 메소드

{@inheritDoc}
public process ( Psr\Http\Message\RequestInterface $request )
$request Psr\Http\Message\RequestInterface