| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 51 | public function __construct($blobId, $thumbnailBlobId, $encryptionKey, $mimeType, $filename, $size) { |
||
| 52 | $this->blobId = $blobId; |
||
| 53 | $this->thumbnailBlobId = $thumbnailBlobId; |
||
| 54 | $this->encryptionKey = $encryptionKey; |
||
| 55 | $this->mimeType = $mimeType; |
||
| 56 | $this->filename = $filename; |
||
| 57 | $this->size = $size; |
||
| 58 | } |
||
| 59 | |||
| 118 |