41     public function __construct(
string $filename, 
int $size, 
string $mimeType)
    43         $this->stringTypeCheck($filename, 
"filename");
    44         $this->intTypeCheck($size, 
"size");
    45         $this->stringTypeCheck($mimeType, 
"mimeType");
    48         $this->uploadSize = $size;
    75         $this->stringTypeCheck($filename, 
"filename");
   117         $this->stringTypeCheck($mimeType, 
"mimeType");
 
Class EntryLockingStringMap. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...