Symfony\Component\BrowserKit\Client::filterResponse PHP 메소드

filterResponse() 보호된 메소드

Filters the Response.
protected filterResponse ( Symfony\Component\BrowserKit\Response $response ) : Symfony\Component\BrowserKit\Response
$response Symfony\Component\BrowserKit\Response The Response to filter
리턴 Symfony\Component\BrowserKit\Response
    protected function filterResponse($response)
    {
        return $response;
    }

Same methods

Client::filterResponse ( Symfony\Component\BrowserKit\Response $response ) : Symfony\Component\BrowserKit\Response