Ergo\Http\ResponseSender::__construct PHP Method

__construct() public method

public __construct ( Response $response )
$response Response
    public function __construct($response)
    {
        $this->_response = $response;
    }
ResponseSender