57 public function __construct(
string $filename,
int $size,
string $mimeType)
59 $this->stringTypeCheck($filename,
"filename");
60 $this->intTypeCheck($size,
"size");
61 $this->stringTypeCheck($mimeType,
"mimeType");
64 $this->uploadSize = $size;
91 $this->stringTypeCheck($filename,
"filename");
133 $this->stringTypeCheck($mimeType,
"mimeType");
Class EntryLockingStringMap.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...