You are here

public function Response::getCharset in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-foundation/Response.php \Symfony\Component\HttpFoundation\Response::getCharset()

Retrieves the response charset.

Return value

string Character set

File

vendor/symfony/http-foundation/Response.php, line 503

Class

Response
Response represents an HTTP response.

Namespace

Symfony\Component\HttpFoundation

Code

public function getCharset() {
  return $this->charset;
}