33 public function __construct(
private string $file_identification_key,
private string $file_identifier,
private string $name,
private int $size,
private string $mime_type)
40 return $this->file_identifier;
58 return $this->mime_type;
70 'name' => $this->name,
71 'size' => $this->size,
72 'mime_type' => $this->mime_type,
73 $str => $this->file_identifier,
Interface FileInfoResult.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(private string $file_identification_key, private string $file_identifier, private string $name, private int $size, private string $mime_type)
Class BasicFileInfoResult.