mini\Http\Message\UploadedFile::__construct() Method

public constructor

Signature

public function __construct(mixed $source, ?string $filename = NULL, ?string $mediaType = NULL, ?int $filesize = NULL, ?int $error = NULL, bool $isUploadedFile = false)

Parameters

Name Type Default Description
$source mixed required Documentation missing
$filename ?string NULL Documentation missing
$mediaType ?string NULL Documentation missing
$filesize ?int NULL Documentation missing
$error ?int NULL Documentation missing
$isUploadedFile bool false Documentation missing

Documentation

Documentation missing - No docblock found for this method.

Source

src/Http/Message/UploadedFile.php:25-27