You are here

public function Response::getContent in Zircon Profile 8

Same name in this branch
  1. 8 vendor/symfony/http-foundation/Response.php \Symfony\Component\HttpFoundation\Response::getContent()
  2. 8 vendor/symfony/browser-kit/Response.php \Symfony\Component\BrowserKit\Response::getContent()
Same name and namespace in other branches
  1. 8.0 vendor/symfony/browser-kit/Response.php \Symfony\Component\BrowserKit\Response::getContent()

Gets the response content.

Return value

string The response content

File

vendor/symfony/browser-kit/Response.php, line 81

Class

Response
Response object.

Namespace

Symfony\Component\BrowserKit

Code

public function getContent() {
  return $this->content;
}