fileName = $file_name; $this->errors = $errors; } /** * Gets the file name. * * @return string * The file name. */ public function getFilename(): string { return $this->fileName; } /** * Gets the errors. * * @return array * The errors. */ public function getErrors(): array { return $this->errors; } }