Laravoole\Base::endResponse PHP Méthode

endResponse() public méthode

public endResponse ( $response, $content )
    public function endResponse($response, $content)
    {
        // send content & close
        $response->end($content);
    }