Total Complexity | 8 |
Total Lines | 54 |
Duplicated Lines | 0 % |
Coverage | 90.48% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class BinaryFileResponse extends BaseBinaryFileResponse |
||
8 | { |
||
9 | /** |
||
10 | * @var \Swis\Filesystem\Encrypted\File |
||
11 | */ |
||
12 | protected $file; |
||
13 | |||
14 | /** |
||
15 | * {@inheritdoc} |
||
16 | */ |
||
17 | 15 | public function setFile($file, string $contentDisposition = null, bool $autoEtag = false, bool $autoLastModified = true) |
|
29 | } |
||
30 | |||
31 | /** |
||
32 | * {@inheritdoc} |
||
33 | */ |
||
34 | 6 | public function sendContent() |
|
63 |