Coduo\TuTu\Config\Element::changeResponse PHP Method

changeResponse() public method

public changeResponse ( Response $response )
$response Coduo\TuTu\Config\Element\Response
    public function changeResponse(Response $response)
    {
        $this->response = $response;
    }