You are here

public function BinaryFileResponse::getFile in Zircon Profile 8

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

Gets the file.

Return value

File The file to stream

File

vendor/symfony/http-foundation/BinaryFileResponse.php, line 121

Class

BinaryFileResponse
BinaryFileResponse represents an HTTP response delivering a file.

Namespace

Symfony\Component\HttpFoundation

Code

public function getFile() {
  return $this->file;
}