eZ\Bundle\EzPublishIOBundle\BinaryStreamResponse::getFile PHP Method

getFile() public method

Gets the file.
public getFile ( ) : BinaryFile
return eZ\Publish\Core\IO\Values\BinaryFile The file to stream
    public function getFile()
    {
        return $this->file;
    }