class UploadedFile (View source)

Methods

__construct(string $storedFilename, string $storedPath, string $storedRelativePath, string $mimeType, int $sizeBytes)
string
string
string
string
string
string
string
int
int

Details

__construct

__construct(string $storedFilename, string $storedPath, string $storedRelativePath, string $mimeType, int $sizeBytes)

No description

Parameters

string $storedFilename
string $storedPath
string $storedRelativePath
string $mimeType
int $sizeBytes

storedFilename

string storedFilename()

No description

Return Value

string

storedPath

string storedPath()

No description

Return Value

string

storedRelativePath

string storedRelativePath()

No description

Return Value

string

mimeType

string mimeType()

No description

Return Value

string

sizeBytes

int sizeBytes()

No description

Return Value

int