| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 47 | public function __construct( |
||
| 48 | UploadedFile $uploadedFile, $name, $uploaded, $details = null, $exception = null) |
||
| 49 | { |
||
| 50 | $this->uploadedFile = $uploadedFile; |
||
| 51 | $this->name = $name; |
||
| 52 | $this->uploaded = $uploaded; |
||
| 53 | $this->details = $details; |
||
| 54 | $this->exception = $exception; |
||
| 55 | } |
||
| 56 | |||
| 106 | } |