Class UploadedFile

Class UploadedFile

Use this file class to validate that a file was uploaded by and HTTP POST request.

StringType
NonEmptyStringType
PathType
ExistingFile
UploadedFile
Package: Shared\FileSystem
Category: System
Located at Shared/FileSystem/UploadedFile.inc.php

Methods summary

public __construct( NonEmptyStringType $absoluteFilePath )

UploadedFile constructor.

Methods inherited from ExistingFile

getFilePath()

Methods inherited from PathType

_getRealPath(), getAbsolutePath()

Methods inherited from StringType

asString()

Properties summary

Properties inherited from StringType

$value