Coduo\TuTu\Config\Element::changeResponse PHP 메소드

changeResponse() 공개 메소드

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