You are here

public function StreamedResponse::getContent in Zircon Profile 8

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

Return value

false

Overrides Response::getContent

File

vendor/symfony/http-foundation/StreamedResponse.php, line 115

Class

StreamedResponse
StreamedResponse represents a streamed HTTP response.

Namespace

Symfony\Component\HttpFoundation

Code

public function getContent() {
  return false;
}