eZ\Bundle\EzPublishIOBundle\BinaryStreamResponse::getFile PHP 메소드

getFile() 공개 메소드

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