public function Response::getContent in Zircon Profile 8
Same name in this branch
- 8 vendor/symfony/http-foundation/Response.php \Symfony\Component\HttpFoundation\Response::getContent()
- 8 vendor/symfony/browser-kit/Response.php \Symfony\Component\BrowserKit\Response::getContent()
Same name and namespace in other branches
- 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\BrowserKitCode
public function getContent() {
return $this->content;
}